This function lets the user download a file from Dropbox, specifying its name and using a previously created token.
db_upload(
filename,
dir,
delete_file = FALSE,
token_dir = NA,
token_name = "token_pers.rds"
)String. File's name
String. Directory you wish to upload the file to
Boolean. Delete local file after uploading?
Character. Credential's local directory
Character. RDS file name with your token's data
Other Tools:
autoline(),
bindfiles(),
bring_api(),
db_download(),
export_plot(),
export_results(),
get_credentials(),
h2o_predict_API(),
h2o_predict_MOJO(),
h2o_predict_binary(),
h2o_predict_model(),
h2o_selectmodel(),
h2o_update(),
haveInternet(),
image_metadata(),
importxlsx(),
ip_country(),
iter_seeds(),
json2vector(),
listfiles(),
mailSend(),
msplit(),
myip(),
pass(),
quiet(),
read.file(),
statusbar(),
tic(),
try_require(),
updateLares(),
zerovar()
Other Dropbox:
db_download()