add_rstudioconnect_file | R Documentation |
Add an app.R at the root of your package to deploy on RStudio Connect
add_rstudioconnect_file(pkg = get_golem_wd(), open = TRUE) add_shinyappsio_file(pkg = get_golem_wd(), open = TRUE) add_shinyserver_file(pkg = get_golem_wd(), open = TRUE)
pkg |
Path to the root of the package. Default is |
open |
Should the created file be opened? |
The path to the file, invisibly.
In previous versions, this function was called add_rconnect_file.
# Add a file for Connect if (interactive()) { add_rstudioconnect_file() } # Add a file for Shiny Server if (interactive()) { add_shinyserver_file() } # Add a file for Shinyapps.io if (interactive()) { add_shinyappsio_file() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.