getGDriveDir: Download Google Drive folder contents

View source: R/pkDownDriveDir.r

getGDriveDirR Documentation

Download Google Drive folder contents

Description

Download content of entire folder on Google Drive to a local directory

Usage

getGDriveDir(drivePath, localPath, email = NULL, rmFromDrive = FALSE)

pkDownDriveDir(drivePath, localPath, email = NULL, rmFromDrive = FALSE)

Arguments

drivePath

Path to directory on Google Drive that contains the files to download.

localPath

Path where the files will be stored. Will be created if inexistent. No warnings if exists.

email

Google account email address.

rmFromDrive

Remove the files from Google Drive after download (logical).

Value

Nothing


kraaijenbrink/pkrf documentation built on July 4, 2023, 10:16 p.m.