Extent folder list by git repository
Extent folder list by git repository and create subdirectories according to default values.
addGitFolders(folders, git_repository = NULL, git_subfolders = NULL)
folders
: list of subfolders within the project directory.## Not run: addGitFolders(folders = c('data', 'data/tmp'), git_repository = 'myproject') ## End(Not run)
Useful links