addGitFolders | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.