here::i_am(paste0(params$name, ".Rmd"), uuid = "{{{uuid}}}")

The purpose of this document is ...

library("conflicted")
# create or *empty* the target directory, used to write this file's data: 
projthis::proj_create_dir_target(params$name, clean = TRUE)

# function to get path to target directory: path_target("sample.csv")
path_target <- projthis::proj_path_target(params$name)

# function to get path to previous data: path_source("00-import", "sample.csv")
path_source <- projthis::proj_path_source(params$name)

Tasks

The first task is ...

Files written

These files have been written to the target directory, r paste0("data/", params$name):

projthis::proj_dir_info(path_target())


ijlyttle/projthis documentation built on Aug. 18, 2022, 11:25 a.m.