build: Build a project

Description Usage Arguments

View source: R/courseR.r

Description

Build a project

Usage

1
build(path = getwd(), cleanBuild = FALSE, cleanPreviews = TRUE)

Arguments

path

path for the project to build.

cleanBuild

if TRUE completely rebuilds the project; erases knitr caches and the contents of 'build/' and 'dist/'. Set to TRUE if you have changed any of the website templates since the last build.

cleanPreviews

should .html files created in the main project directory by making ad hoc previews in RStudio be deleted.


whitwort/courseR documentation built on Sept. 6, 2019, 1:14 a.m.