init_site {pkgdown.offline}R Documentation

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

Arguments

...

Arguments passed to pkgdown::init_site().

Value

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

Examples

## Not run: 
pkgdown.offline::init_site(override = list(destination = tempdir()))

## End(Not run)

[Package pkgdown.offline version 0.1.1 Index]