create_proj: Create folders and files for the project

Description Usage Arguments Details Author(s)

View source: R/structure.R

Description

create_proj creates folders based on the structure of a "yaml_file". By default it is the structure of the file system.file("reprodown.yaml", package = "reprodown").

Usage

1
2
3
4
create_proj(
  dir = getwd(),
  yaml_file = system.file("reprodown.yaml", package = "reprodown")
)

Arguments

dir

Directory where to create our project. By default, this is the current working directory.

yaml_file

A file that defines the structure of the project.

Details

For the yaml_file. Each bullet item is understood as a folder, its corresponding sub-items are considered sub-folders.

Author(s)

Erick A. Chacón-Montalván


ErickChacon/reprodown documentation built on Aug. 12, 2021, 9:59 p.m.