Nothing
#' Run `pkgdown::build_site()`
#'
#' This is a thin wrapper around [pkgdown::build_site()], used for generating
#' static HTML documentation. Learn more at <https://pkgdown.r-lib.org>.
#'
#' @param path Path to the package to build the static HTML.
#' @param ... Additional arguments passed to [pkgdown::build_site()].
#' @export
build_site <- function(path = ".", ...) {
check_installed("pkgdown")
save_all()
pkgdown::build_site(pkg = path, ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.