View source: R/gbci_targets_template.R
add_project | R Documentation |
Add a new targets 'project'
add_project(project)
project |
Character. The name of the project. Do not include .R. |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.