dl_from_dropbox | R Documentation |
Download a file from Dropbox, given either the url, or the name and key
dl_from_dropbox(x, key = NULL)
x |
Either the file name, or full dropbox URL (see example below) |
key |
the code after s/ and before the file name in the dropbox url |
Improvements would include error handling...
None
- https://thebiobucket.blogspot.kr/2013/04/download-files-from-dropbox.html
Other File Functions:
umx_file_load_pseudo()
,
umx_make_sql_from_excel()
,
umx_move_file()
,
umx_open()
,
umx_rename_file()
,
umx_write_to_clipboard()
,
umx
## Not run:
dl_from_dropbox("https://dl.dropboxusercontent.com/s/7kauod48r9cfhwc/tinytwinData.rda")
dl_from_dropbox("tinytwinData.rda", key = "7kauod48r9cfhwc")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.