Description Usage Arguments References Examples
View source: R/drop_file_ops.R
Copies a file or folder to a new location.
1 2 3 4 5 6 7 8 9 |
from_path |
Source file or folder |
to_path |
destination file or folder |
allow_shared_folder |
If |
autorename |
If there's a conflict, have the Dropbox server try to autorename the file to avoid the conflict. |
allow_ownership_transfer |
Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. The default for this field is False. |
verbose |
By default verbose output is |
dtoken |
The Dropbox token generated by |
1 2 3 4 5 6 7 | ## Not run:
write.csv(mtcars, file = "mt.csv")
drop_upload("mt.csv")
drop_create("drop_test2")
drop_copy("mt.csv", "drop_test2/mt2.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.