This function lets the user upload a local file to Dropbox, using a previously created token or with interactive window.
db_upload(
filename,
dir,
delete_file = FALSE,
token_dir = NA,
token_name = "token_pers.rds"
)
String. Local file's name to upload.
String. Directory you wish to upload the file to.
Boolean. Delete local file after uploading?
Character. RDS with token local directory. You may set to
NA if you already set your credentials (see get_creds()
)
Character. RDS file name with your token's data.
TRUE
when successfully uploads file.
Other Tools:
autoline()
,
bind_files()
,
bring_api()
,
db_download()
,
export_plot()
,
export_results()
,
get_credentials()
,
h2o_predict_API()
,
h2o_predict_MOJO()
,
h2o_predict_binary()
,
h2o_predict_model()
,
h2o_selectmodel()
,
haveInternet()
,
image_metadata()
,
importxlsx()
,
ip_data()
,
json2vector()
,
listfiles()
,
mail_send()
,
msplit()
,
myip()
,
quiet()
,
read.file()
,
statusbar()
,
tic()
,
try_require()
,
updateLares()
,
zerovar()
Other Credentials:
db_download()
,
get_credentials()
,
get_tweets()
,
mail_send()
,
queryDB()
,
queryGA()
,
slackSend()
,
stocks_file()
,
stocks_report()
Other Dropbox:
db_download()