All Projects → dreamRs → Shufflecards

dreamRs / Shufflecards

Licence: other
✨ Create magical grid layouts in Shiny & Markdown

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Shufflecards

grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-78.95%)
Mutual labels:  shiny, rmarkdown
vembedr
Functions to Embed Video in HTML
Stars: ✭ 56 (-26.32%)
Mutual labels:  shiny, rmarkdown
customer-tracker
R data products: Reports, Presentations, Apps, and API's
Stars: ✭ 19 (-75%)
Mutual labels:  shiny, rmarkdown
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+43.42%)
Mutual labels:  rmarkdown, shiny
learning R
List of resources for learning R
Stars: ✭ 32 (-57.89%)
Mutual labels:  shiny, rmarkdown
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (+159.21%)
Mutual labels:  rmarkdown, shiny
flipdownr
📆📆📆 Implement a Countdown in RMarkdown Documents and Shiny Applications
Stars: ✭ 30 (-60.53%)
Mutual labels:  shiny, rmarkdown
Bsplus
Shiny and R Markdown addons to Bootstrap 3
Stars: ✭ 120 (+57.89%)
Mutual labels:  rmarkdown, shiny
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (-59.21%)
Mutual labels:  shiny, rmarkdown
bubblyr
☁️ ☁️ ☁️ Beautiful Bubbles in Shiny and RMarkdown Backgrounds
Stars: ✭ 16 (-78.95%)
Mutual labels:  shiny, rmarkdown
Gfonts
🔤 Offline Google Fonts for rmarkdown and shiny
Stars: ✭ 85 (+11.84%)
Mutual labels:  rmarkdown, shiny
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-84.21%)
Mutual labels:  shiny, rmarkdown
epoxy
Extra-strength glue engines for R Markdown and Quarto
Stars: ✭ 141 (+85.53%)
Mutual labels:  shiny, rmarkdown
fabricerin
Create Easily Canvas in Shiny and RMarkdown Documents
Stars: ✭ 52 (-31.58%)
Mutual labels:  shiny, rmarkdown
flexpivot
Simple frequency table
Stars: ✭ 19 (-75%)
Mutual labels:  shiny, rmarkdown
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (-9.21%)
Mutual labels:  rmarkdown, shiny
Shinypanels
Collapsible panels layout for r shiny apps
Stars: ✭ 50 (-34.21%)
Mutual labels:  shiny
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+1385.53%)
Mutual labels:  rmarkdown
Reactor
unit testing for shiny reactivity
Stars: ✭ 44 (-42.11%)
Mutual labels:  shiny
Klippy
Copy to Clipboard Buttons for RMarkdown HTML Documents
Stars: ✭ 40 (-47.37%)
Mutual labels:  rmarkdown

shufflecards

Filter and sort grid layouts in Shiny application and Markdown document with Shuffle.js.

Travis-CI Build Status Lifecycle: maturing Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Installation

You can install shufflecards from GitHub:

remotes::install_github("dreamRs/shufflecards")

Usage

Markdown: use shuffle_widget to create a grid of elements, arrange the grid with buttons and filter with crosstalk inputs.

Shiny: use shuffle_container to create a grid of elements in UI, use classic Shiny inputs and server-side logic to arrange & filter the grid.

Examples

Markdown

Shiny

You can run the playing cards example with:

shufflecards::play()

With data from gapminder package and ggplot2:

Run this example with :

run_example(example = "gapminder")

Related package

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].