setup_project_dirtree: Creates the project directory tree using the names of desired...

Description Usage Arguments

View source: R/setup_project_dirtree.R

Description

Creates the project directory tree using the names of desired input and output directories

Usage

1
2
3
4
5
setup_project_dirtree(
  input_dir_names = c("INPUT", "CONTROL"),
  output_dir_names = NULL,
  other_dir_names = NULL
)

Arguments

input_dir_names

character vector of input directory names that will have "NEW" and "LOADED" subdirectories

output_dir_names

character vector of output directory names (does not have subdirectories)

other_dir_names

character vector of any other directory names (identical to output_dir_names)


patelm9/projektoR documentation built on Dec. 18, 2019, 5:55 a.m.