publish_book | R Documentation |
Publish a book to the web. Note that you should be sure to render all
versions of the book before publishing, unless you have specified
render = TRUE
.
publish_book(
name = NULL,
account = NULL,
server = NULL,
render = c("none", "local", "server")
)
name |
Name of the book (this will be used in the URL path of the
published book). Defaults to the |
account |
Account name to publish to. Will default to any previously
published to account or any single account already associated with
|
server |
Server to publish to (by default beta.rstudioconnect.com but any RStudio Connect server can be published to). |
render |
Rendering behavior for site:
Note that for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.