init_gdrive: Create folder structure on goodle drive

Description Usage Arguments Value Examples

View source: R/init_gdrive.R

Description

Create a folder structure (default or custom) on google drive for a meta-analysis project

Usage

1
2
3
4
5
6
7
init_gdrive(gdrive_path = NULL,
                   folders = c("literature_search/",
                               "screening/",
                               "screening_consensus/",
                               "fulltext/",
                               "extraction/",
                               "extraction_consensus/"))

Arguments

gdrive_path

a full (new) gdrive path <chr>, preferably with / at the end

folders

a vector <chr> of folder names to create in path

Value

no output, this function exerts a side-effect

Examples

1
2
3
4
5
6
7
## Not run: 
# Creating default folder structure
init_gdrive("research/meta-analysis/")
# Creating custom folder structure
init_gdrive("research/meta-analysis/", c("screening", "extract"))

## End(Not run)

nthun/metamanager documentation built on Aug. 9, 2019, 1:37 p.m.