Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstudio/shiny-examples
https://github.com/rstudio/shiny-examples
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rstudio/shiny-examples
- Owner: rstudio
- License: other
- Created: 2013-10-20T17:05:23.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:58:29.000Z (30 days ago)
- Last Synced: 2024-12-02T00:00:22.007Z (10 days ago)
- Language: JavaScript
- Size: 97.4 MB
- Stars: 1,982
- Watchers: 229
- Forks: 3,757
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - shiny-examples - (JavaScript)
- jimsghstars - rstudio/shiny-examples - (JavaScript)
README
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-helloTo 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`:```R
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](https://github.com/rstudio/shiny) 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]