dreamRs / Shufflecards
Licence: other
✨ Create magical grid layouts in Shiny & Markdown
Stars: ✭ 76
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
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
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
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (-9.21%)
Mutual labels: rmarkdown, shiny
Klippy
Copy to Clipboard Buttons for RMarkdown HTML Documents
Stars: ✭ 40 (-47.37%)
Mutual labels: rmarkdown
Filter and sort grid layouts in Shiny application and Markdown document with Shuffle.js.
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
- With
htmlwidget
billboarder
: https://dreamrs.github.io/tweets-transports/ - With HTML tags : https://dreamrs.github.io/shufflecards/playing-cards
- With
flexdashboard
andhighcharter
: https://dreamrs.github.io/shufflecards/flexdashboard - With
ggplot2
: https://dreamrs.github.io/shufflecards/gapminder-md-ggplot2
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
- trelliscopejs R Package : Trelliscope is a scalable, flexible, interactive approach to visualizing data.
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].