knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

My project

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

Howto

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)



c1au6i0/labor documentation built on July 23, 2022, 5:31 p.m.