Learn R Programming

pkgdown.offline (version 0.1.2)

init_site: Initialize site infrastructure offline

Description

Sets up the necessary infrastructure for building a pkgdown site offline by copying locally cached dependencies to the pkgdown cache directory.

Usage

init_site(...)

Value

Invisible NULL, called for side effect of initializing site resources.

Arguments

...

Arguments passed to pkgdown::init_site().

Examples

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

Run the code above in your browser using DataLab