Build the website associated with a vertical project. This is mostly a wrapper to pkgdown::build_site(), but extended to render .Rmd content from other folders.

build_vertical(clean = TRUE, ...)

Arguments

clean

logical, when clean=TRUE (the default), the docs folder is cleaned (e.g., completely wiped) using pkgdown::clean_site(), otherwise when clean=FALSE clean_site() will not be run.

...

params, pass additional parameters to pkgdown::build_site(...)

Usage

build_vertical()