create_emlab_dirs: Create emLab directories

View source: R/create_emlab_dirs.R

create_emlab_dirsR Documentation

Create emLab directories

Description

Creates a set of standard directories in the emLab "current projects" foler: raw_data, processed_data, output_data

Usage

create_emlab_dirs(project_codename, other_dirs = NULL)

Arguments

project_codename

The code name used for the project. It should match the name used in the "current project" directory at emLab

other_dirs

If needed, a character vector containing the names for extra directories.

Examples


## Not run: 
create_dirs() # This creates default directories

create_dirs(other_dirs = "reports") # Creates all default directories and an "reports" directory

## End(Not run)



jcvdav/startR documentation built on May 2, 2024, 8:30 p.m.