init_team: Create a team file on google drive

Description Usage Arguments Value Examples

View source: R/init_team.R

Description

Create a template team file on google drive and open it in the browser

Usage

1
init_team(gdrive_path = NULL, file_name = "meta_team", browse = TRUE)

Arguments

gdrive_path

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

file_name

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

browse

should the team file open in the browser? <lgl>

Value

no output, this function exerts a side-effect

Examples

1
2
3
4
5
6
7
# Creating default folder structure
## Not run: 
init_team("research/meta", "My meta-analysis team")
# Create with default name and without editing in browser
init_team("research/meta", browse = FALSE)

## End(Not run)

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