build_site | R Documentation |
Builds a pkgdown website without requiring internet connection by using cached dependencies. Detects the installed pkgdown version and applies the appropriate offline build strategy.
build_site(...)
... |
Arguments passed to |
Invisible NULL
, called for side effect of building the website.
## Not run:
pkgdown.offline::build_site(override = list(destination = tempdir()))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.