addGitFolders {link2GI} | R Documentation |
Extent folder list by git repository
Description
Extent folder list by git repository and create subdirectories according to default values.
Usage
addGitFolders(folders, git_repository = NULL, git_subfolders = NULL)
Arguments
folders |
list of subfolders within the project directory. |
Examples
## Not run:
addGitFolders(folders = c('data', 'data/tmp'), git_repository = 'myproject')
## End(Not run)
[Package link2GI version 0.6-1 Index]