Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Pull request Compare This branch is 352 commits behind rstudio:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
001-hello
002-text
003-reactivity
004-mpg
005-sliders
006-tabsets
007-widgets
008-html
009-upload
010-download
011-timer
012-datatables
013-selectize
014-onflushed
015-layout-navbar
015-layout-sidebar
016-knitr-pdf
017-select-vs-selectize
018-datatable-options
019-mathjax
.gitignore
README.md
deploy
shiny-examples.Rproj

README.md

shiny-examples

This is a collection of Shiny examples. You can see them in action on http://demo.shinyapps.io/example-name where example-name is the directory name of an example here, e.g. http://demo.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.

  • 013
  • 015
You can’t perform that action at this time.