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)
The first task is ...
These files have been written to the target directory, r paste0("data/", params$name)
:
projthis::proj_dir_info(path_target())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.