knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
Repo of ....
Project uses {targets}
and {renv}
and {here}
.
data\
: contains
code\
: functions called by _targets.R
in here::here("code", "targets_functions"))
reports\
: output files
Initialize and install packages with:
renv::restore()
Run the pipeline.
targets::tar_make()
Check manifest with targets::tar_manifest()
and Load targets with targets::tar_load("name_of_target)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.