publish_site | R Documentation |
Publish a website to RStudio Connect
publish_site(
site_dir = ".",
site_name = NULL,
method = c("rsconnect"),
server = NULL,
account = NULL,
render = TRUE,
launch_browser = interactive()
)
site_dir |
Directory containing website. Defaults to current working directory. |
site_name |
Name for the site (names must be unique within an account). Defaults to the 'name' provided by the site generator (or to the name of the site_dir if there is no 'name' specified). |
method |
Publishing method (currently only "rsconnect" is available) |
account , server |
Uniquely identify a remote server with either your
user Use |
render |
'TRUE' to render the site locally before publishing. |
launch_browser |
If ‘TRUE', the system’s default web browser will be launched automatically after the site is deployed. Defaults to 'TRUE' in interactive sessions only. |
## Not run:
library(rmarkdown)
publish_site()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.