build_site {devtools} | R Documentation |
Execute pkgdown build_site in a package
Description
build_site()
is a shortcut for pkgdown::build_site()
, it generates the
static HTML documentation.
Usage
build_site(path = ".", quiet = TRUE, ...)
Arguments
path |
path to the package to build the static HTML. |
quiet |
If |
... |
additional arguments passed to |
[Package devtools version 2.4.5 Index]