get_from_gdrive: Get sheets from google drive

Description Usage Arguments Value Examples

View source: R/get_from_gdrive.R

Description

Reads all google sheets from a google drive path into one nested data frame Authentication in handled by the googledrive package

Usage

1
get_from_gdrive(gdrive_path = NULL, all_char = TRUE)

Arguments

gdrive_path

A google drive path where the sheets are stored

all_char

Read all varaibles as characters? (no data loss)

Value

The content of all spreadsheets in the google drive folder in one nested tibble

Examples

1
2
3
4
## Not run: 
get_from_gdrive("Research/meta-analysis12/Extraction1/")

## End(Not run)

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