Description Usage Arguments References Examples
View source: R/drop_file_ops.R
Returns a list containing the following fields: "size", "rev", "thumb_exists", "bytes", "modified", "path", "is_dir", "icon", "root", "revision"
1 2 3 4 5 6 | drop_create(
path = NULL,
autorename = FALSE,
verbose = FALSE,
dtoken = get_dropbox_token()
)
|
path |
Path in the user's Dropbox, relative to root |
autorename |
Set to |
verbose |
By default verbose output is |
dtoken |
The Dropbox token generated by |
1 2 3 4 | ## Not run:
drop_create(path = "foobar")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.