All Projects → rstudio → Shiny Examples

rstudio / Shiny Examples

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
r
7636 projects
CSS
56736 projects
Dockerfile
14818 projects
shell
77523 projects

shiny-examples

This is a collection of Shiny examples. You can see them in action on http://gallery.shinyapps.io/example-name where example-name is the directory name of an example here, e.g. http://gallery.shinyapps.io/001-hello

To run the examples locally, you can install the shiny package in R, and use the function runGitHub(). For example, to run the example 001-hello:

if (!require('shiny')) install.packages("shiny")
shiny::runGitHub("shiny-examples", "rstudio", subdir = "001-hello")

Or you can clone or download this repository, and use run shiny::runApp("001-hello").

Note the examples listed below depend on the development version of shiny to show some new features under development. Please be cautious that such features may or may not end up in the final release, or they may also change according to the feedback.

  • [None]
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].