Skip to contents

Configures pkgdown for building the package's website.

Usage

build_site(base_path = NULL, verbose = TRUE, preview = TRUE, install = TRUE)

Arguments

base_path

Base path for the project

verbose

Whether to show messages (default: TRUE)

preview

Whether to preview the site (default: TRUE)

install

Whether to install the package (default: TRUE)

Value

Logical indicating success