powered by
This function is meant for internal use especially when copying or moving files.
exists.in.dropbox(cred, path = NULL, is_dir = NULL, ..., curl = getCurlHandle())
An object of class DropboxCredentials with Dropobox specific credentials.
Path to object
if set to TRUE, will only look for folders. Otherwise will return file or folder.
If using in a loop, call getCurlHandle() first and pass
optional additional curl options (debugging tools mostly).
logical. TRUE/FALSE
# NOT RUN { exists.in.dropbox(cred,'test_folder') exists.in.dropbox(cred,'test_folder',is_dir='dir') # }
Run the code above in your browser using DataLab