drop_delete: Deletes a file or folder.

drop_deleteR Documentation

Deletes a file or folder.

Description

Deletes a file or folder.

Usage

drop_delete(path = NULL, verbose = FALSE, dtoken = get_dropbox_token())

Arguments

path

Path in the user's Dropbox, relative to root

verbose

By default verbose output is FALSE. Set to TRUE if you need to troubleshoot any output or grab additional parameters.

dtoken

The Dropbox token generated by 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 in drop_auth by pointing to a different location where your credentials are stored.

References

API documentation


karthik/rdrop2 documentation built on March 28, 2024, 5:51 a.m.