publish_website {distill} | R Documentation |
Publish a Distill Website
Description
Publish a website to RStudio Connect
Usage
publish_website(
site_dir = ".",
site_name = NULL,
method = c("rsconnect"),
server = NULL,
account = NULL,
render = TRUE,
launch_browser = interactive()
)
Arguments
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 |
method |
Publishing method (currently only "rsconnect" is available) |
account , server |
Uniquely identify a remote server with either your
user Use |
render |
|
launch_browser |
If |
Examples
## Not run:
library(distill)
publish_website()
## End(Not run)