If "docs" is not in "inst" folder, it will not be available to the users
build_pkgdown(
move = TRUE,
clean_before = TRUE,
clean_after = TRUE,
yml,
favicon,
preview = NA,
...
)
Logical. Whether to move the "docs" folder in "inst" to be kept in the package
Logical. Whether to empty the "docs" and "inst/docs" prior to build site
Logical. Whether to remove the original "docs" folder at the root of the project
path to custom "_pkgdown.yml" file
path to favicon
If TRUE
, or is.na(preview) && interactive()
, will preview
freshly generated section in browser.
Other parameters needed by build_site