drive_upload_dir: upload a local directory to google drive, recursively

Description Usage Arguments

View source: R/drive_upload_dir.R

Description

upload a local directory to google drive, recursively

Usage

1
2
drive_upload_dir(from, to = from, team_drive = NULL, ignore = NULL,
  regex = FALSE, is_new = FALSE)

Arguments

from

local directory path

to

remote directory path (not parent)

team_drive

if to is on a team drive specify it here.

ignore

character vector files/folders to ignore, like with .gitignore. defaults to the contents of ".driveignore" in the current directory

regex

whether to interpret ignore with regex, not yet implemented

if to is a string and the path exists, the contents of from will be copied into to, otherwise to will first be created. if a file in from already exists in to, it will be updated, otherwise it will be uploaded. subdirectories will be recursed


mlgrm/projectr documentation built on May 22, 2019, 2:20 p.m.