Learn R Programming

pkgdown.offline (version 0.1.2)

build_site: 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(...)

Value

Invisible NULL, called for side effect of building the website.

Arguments

...

Arguments passed to pkgdown::build_site().

Examples

Run this code
if (FALSE) {
pkgdown.offline::build_site(override = list(destination = tempdir()))
}

Run the code above in your browser using DataLab