Description Usage Arguments Value Examples
View source: R/get_from_gdrive.R
Reads all google sheets from a google drive path into one nested data frame Authentication in handled by the googledrive package
| 1 | get_from_gdrive(gdrive_path = NULL, all_char = TRUE)
 | 
| gdrive_path | A google drive path where the sheets are stored | 
| all_char | Read all varaibles as characters? (no data loss) | 
The content of all spreadsheets in the google drive folder in one nested tibble
| 1 2 3 4 | ## Not run: 
get_from_gdrive("Research/meta-analysis12/Extraction1/")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.