Rdocumentation
powered by
Learn R Programming
rdrop2 (version 0.8.2.1)
Programmatic Interface to the 'Dropbox' API
Description
Provides full programmatic access to the 'Dropbox' file hosting platform
, including support for all standard file operations.
Copy Link
Link to current version
Version
Version
0.8.2.1
0.8.1
0.8
0.7.0
0.6
0.5.9
Install
install.packages('rdrop2')
Monthly Downloads
130
Version
0.8.2.1
License
MIT + file LICENSE
Maintainer
Karthik Ram
Last Published
August 5th, 2020
Functions in rdrop2 (0.8.2.1)
Search all functions
drop_create
Creates a folder on Dropbox
drop_dir
List folder contents and associated metadata.
drop_exists
Checks to see if a file/folder exists on Dropbox
drop_download
Download a file from Dropbox to disk.
drop_get
Downloads a file from Dropbox
drop_search
Returns metadata for all files and folders whose filename contains the given search string as a substring.
drop_get_metadata
Retrieve metadata for a file or folder.
drop_history
Obtains metadata for all available revisions of a file, including the current revision.
get_dropbox_token
Retrieve oauth2 token from rdrop2-namespaced environment
drop_upload
Uploads a file to Dropbox.
drop_content_hash
Compute Dropbox's content hash for one or more files
drop_copy
Copies a file or folder to a new location.
drop_move
Moves a file or folder to a new location.
drop_share
Creates and returns a shared link to a file or folder.
drop_acc
Get information about current Dropbox account.
drop_auth
Authentication for Dropbox
drop_list_shared_links
List all shared links
drop_media
Returns a link directly to a file.
drop_read_csv
drop_read_csv
%>%
Pipe operator
drop_delete
Deletes a file or folder.