init: Initiliaze a project workflow

Description Usage Arguments Examples

View source: R/template.R

Description

This populates the project with template folders and files.

Usage

1
init(dir = getwd(), overwrite = FALSE)

Arguments

dir

Folder to place template files. Defaults to working directory.

overwrite

If TRUE, will overwrite existing files. Use with caution.

Examples

1
2
3
4
5
## Not run: 
init("tmp")
init("tmp", overwrite = TRUE)

## End(Not run)

southwick-associates/workflow documentation built on March 30, 2020, 7:55 a.m.