View source: R/create_pkgdown.R
build_pkgdown | R Documentation |
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, ... )
move |
Logical. Whether to move the "docs" folder in "inst" to be kept in the package |
clean_before |
Logical. Whether to empty the "docs" and "inst/docs" prior to build site |
clean_after |
Logical. Whether to remove the original "docs" folder at the root of the project |
yml |
path to custom "_pkgdown.yml" file |
favicon |
path to favicon |
preview |
If |
... |
Other parameters needed by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.