upload_to_gdrive: Upload all .csv-s as google sheets from a local folder to a...

Description Usage Arguments Value Examples

View source: R/upload_to_gdrive.R

Description

The function reads all files from a google drive folder and copies the files to a gdrive folder

Usage

1
upload_to_gdrive(local_path = NULL, gdrive_path = NULL, overwrite = FALSE)

Arguments

local_path

a full path <chr> that contains .csv-s to upload to gdrive

gdrive_path

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

overwrite

overwrite files <lgl>? (default = FALSE)

Value

no output, this function exerts a side-effect

Examples

1
2
3
4
5
6
## Not run: 
upload_to_gdrive("/temporary_files/",
                 "temp_files/",
                 overwrite = TRUE)

## End(Not run)

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