Description Usage Arguments Value Examples
Create a folder structure (default or custom) on google drive for a meta-analysis project
| 1 2 3 4 5 6 7 | init_gdrive(gdrive_path = NULL,
                   folders = c("literature_search/",
                               "screening/",
                               "screening_consensus/",
                               "fulltext/",
                               "extraction/",
                               "extraction_consensus/"))
 | 
| gdrive_path | a full (new) gdrive path <chr>, preferably with / at the end | 
| folders | a vector <chr> of folder names to create in path | 
no output, this function exerts a side-effect
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.