library(shiny) shinyAppDir( system.file("examples/06_tabsets", package="shiny") )
Pros | Cons --------|-------- Free(mium) | Linux Modern | != LDAP auth (free version) Extensible | Fast pace of change Solid SDLC | Code
shinyApp( ui = fluidPage(), , server = function(input, output) {} , options = defaultdisplay )
Create an ubuntu VM, run the following commands
sudo apt-get update
sudo apt-get install r-base
sudo su - -c "R -e \"install.packages('shiny', repos='http://cran.rstudio.com/')\""
sudo apt-get install gdebi-core
wget http://download3.rstudio.org/ubuntu-12.04/x86_64/shiny-server-1.3.0.403-amd64.deb
sudo gdebi shiny-server-1.3.0.403-amd64.deb
sudo nano /etc/shiny-server/shiny-server.conf
sudo restart shiny-server
git clone
shinyapps::deployApp()
git clone https://github.com/rstudio/shiny-examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.