targetsConfig | R Documentation |
Add a _targets.yaml
configuration file to a project directory.
targetsConfig(
project_directory,
targets_config = list(main = list(reporter_make = "timestamp_positives"))
)
project_directory |
the project directory file path |
targets_config |
a list containing the targets configuration to be written to YAML format |
## Not run:
projectSkeleton(paste0(tempdir(),'/test_project'))
targetsConfig(paste0(tempdir(),'/test_project'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.