addGitFolders: Extent folder list by git repository

Description Usage Arguments Examples

View source: R/helpMa.R

Description

Extent folder list by git repository and create subdirectories according to default values.

Usage

1
2
3
4
5
6
addGitFolders(
  folders,
  git_repository = NULL,
  git_subfolders = NULL,
  lut_mode = FALSE
)

Arguments

folders

list of subfolders within the project directory.

git_repository

name of the project's git repository. Will be added to the folders and subfolders defined in default "lut" or supplied by user will be created.

git_subfolders

subdirectories within git repository that should be created.

lut_mode

use predefined environmental settings. In this case, only the name of the git repository must be supplied to the function.

Examples

1
2
3
4
## Not run: 
addGitFolders(folders = c("data", "data/tmp"), git_repository = "myproject")

## End(Not run)

envima/envimaR documentation built on July 18, 2021, 1:40 p.m.