add_project: Add a new targets 'project'

View source: R/gbci_targets_template.R

add_projectR Documentation

Add a new targets 'project'

Description

Add a new targets 'project'

Usage

add_project(project)

Arguments

project

Character. The name of the project. Do not include .R.

Details

This function will produce the following files:

./R/targets/project.R ./R/functions/project.R

It will also update () the make.R script to include this new project, and add it to the ⁠_targets.yaml⁠ file via tar_config_set. Note that if not already created, running this script will create another directory, stores, which will contain another subdirectory of the name project.


McConkeyLab/bladdr documentation built on April 6, 2024, 3:15 a.m.