Build a complete documentation website for all R packages required for SOA Exam PA using pkgdown packages

build_site(path_to_dir, base_path = getwd(), ...)

Arguments

path_to_dir

(character, to be used as path to file system) path to file system where the downloaded packages will reside

base_path

(character) representing the base path to this project

...

other arguments (in addition to pkg and override) to be passed to pkgdown::build_site

Value

invisible(NULL)

Examples

if (FALSE) { build_site(path_to_dir = file.path(getwd(), "packages")) }