targetsPipeline | R Documentation |
Add a targets pipeline to a project directory.
targetsPipeline(project_directory, type = projectTypes())
project_directory |
the project directory file path |
type |
project type. Should be one returned by |
## Not run:
projectSkeleton(paste0(tempdir(),'/test_project'))
targetsPipeline(paste0(tempdir(),'/test_project'),type = 'report')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.