build_site {pkgdown.offline} | R Documentation |
Build a complete pkgdown website offline
Description
Builds a pkgdown website without requiring internet connection by using cached dependencies. Detects the installed pkgdown version and applies the appropriate offline build strategy.
Usage
build_site(...)
Arguments
... |
Arguments passed to |
Value
Invisible NULL
, called for side effect of building the website.
Examples
## Not run:
pkgdown.offline::build_site(override = list(destination = tempdir()))
## End(Not run)
[Package pkgdown.offline version 0.1.1 Index]