Run this in the terminal (not RStudio IDE) as it has issues when installing some packages.
1 2 3 4 | deploy_apps(account = "testing-apps", server = "shinyapps.io",
apps = TRUE, libpath = default_libpath(), cores = 3,
testing_repo = "rstudio/testShinyExamples",
examples_repo = "rstudio/shiny-examples")
|
account, server |
args supplied to |
apps |
A vector of three digit character values or |
libpath |
library location. (Creates the path if it does not exist.) |
cores |
number of cores to use when deploying |
testing_repo |
Location of the testShinyExamples R pkg |
examples_repo |
Location of the shiny examples repo |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.