targetsPipeline: Add a targets pipeline

View source: R/targets.R

targetsPipelineR Documentation

Add a targets pipeline

Description

Add a targets pipeline to a project directory.

Usage

targetsPipeline(project_directory, type = projectTypes())

Arguments

project_directory

the project directory file path

type

project type. Should be one returned by projectTypes().

Examples

## Not run: 
projectSkeleton(paste0(tempdir(),'/test_project'))
targetsPipeline(paste0(tempdir(),'/test_project'),type = 'report')

## End(Not run)

jasenfinch/projecttemplates documentation built on July 30, 2023, 5:28 a.m.