build_site | R Documentation |
Wrapper for site builder
build_site(
path = ".",
quiet = !interactive(),
preview = TRUE,
override = list(),
slug = NULL,
built = NULL
)
path |
the path to your repository (defaults to your current working directory) |
quiet |
when |
preview |
if |
override |
options to override (e.g. building to alternative paths). This is used internally and will likely be changed. |
slug |
The slug for the file to preview in RStudio.
If this is |
built |
a character vector of newly built files or NULL. |
this assumes that the markdown files have already been built and will not work otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.