This function builds the targets pipeline using `_targets.R`, renders the pipeline Quarto document, and deploys the resulting HTML to the workspace folder. It provides error handling and informative messages for each step.
build_project(pipeline_only = FALSE)Invisible NULL. Side effects: builds pipeline, renders Quarto, copies HTML to workspace.
if (FALSE) { # \dontrun{
build_project()
} # }