dropbox_create_folder: Function to create new folders in Dropbox.

Description Usage Arguments Value Examples

Description

Function to create new folders in Dropbox.

Usage

1
2
  dropbox_create_folder(cred, folder_name = NULL,
    curl = getCurlHandle(), ...)

Arguments

cred

An object of class DropboxCredentials with Dropobox specific credentials.

folder_name

Specifies the path to the new folder to create relative to root.

curl

If using in a loop, call getCurlHandle() first and pass the returned value in here (avoids unnecessary footprint)

...

optional additional curl options (debugging tools mostly).

Value

message with success or failure

Examples

1
2
3
4
5
## Not run: 
> dropbox_create_folder(db_cred, 'new_folder')
Folder successfully created at dropbox/new_folder on Thu, 29 Mar 2012 20:51:16 +0000

## End(Not run)

karthik/rDrop documentation built on May 20, 2019, 7:22 a.m.