drive_upload_obj: Upload a object in the Working Environment to Google Drive.

Description Usage Arguments Value

Description

Upload a object in the Working Environment to Google Drive.

Usage

1
2
drive_upload_obj(x, filename, write_fun, .zip = FALSE, .share = TRUE,
  folder = NULL)

Arguments

x

an object in the working environment.

filename

Character, name of the file (including appropriate extension) that should appear on Google Drive.

write_fun

a function to write the object into a temporary file

.zip

logical, do you want to compress the file into a '.zip' file?

.share

logical, do you want to share the file?

folder

A 'dribble' object indicating the Drive folder to upload the file to.

Value

'dribble' object


tiernanmartin/miscgis documentation built on May 31, 2019, 1:19 p.m.