deleteRemoteObjects {boxr} | R Documentation |
Single Directory Operations for Downloading and Uploading multiple Files
Description
Download or upload the contents of a box.com directory, not including subdirectories
Usage
deleteRemoteObjects(dir_id, local_dir = getwd())
downloadDirFiles(
dir_id,
local_dir = getwd(),
overwrite = TRUE,
dir_str = getwd()
)
uploadDirFiles(dir_id, local_dir = getwd(), overwrite = TRUE)
Arguments
dir_id |
The box.com id for the folder that you'd like to query |
local_dir |
The local directory which you'd like |
Value
TRUE
for a successful sync, NULL
if the box.com folder
is empty.
[Package boxr version 0.3.7 Index]