drop_upload(file, dest = NULL, overwrite = TRUE, autorename = FALSE, verbose = FALSE, encode = "multipart", dtoken = get_dropbox_token())TRUE) is to overwrite files in the
destination. Set to FALSE to prevent this.FALSE. Set to TRUE
if you need to troubleshoot any output or grab additional parameters.drop_auth.
rdrop2 will try to automatically locate your local credential cache and use
them. However, if the credentials are not found, the function will initiate
a new authentication request. You can override this by pointing to a
different location where your credentials are stored.## Not run:
# write.csv(mtcars, file = "mtt.csv")
# drop_upload("mtt.csv")
# ## End(Not run)
Run the code above in your browser using DataLab