db_upload: Upload Local Files to Dropbox

View source: R/dropbox.R

db_uploadR Documentation

Upload Local Files to Dropbox

Description

This function lets the user upload a local file to Dropbox, using a previously created token or with interactive window.

Usage

db_upload(
  filename,
  dir,
  delete_file = FALSE,
  token_dir = NA,
  token_name = "token_pers.rds"
)

Arguments

filename

String. Local file's name to upload.

dir

String. Directory you wish to upload the file to.

delete_file

Boolean. Delete local file after uploading?

token_dir

Character. RDS with token local directory. You may set to NA if you already set your credentials (see get_creds())

token_name

Character. RDS file name with your token's data.

Value

TRUE when successfully uploads file.

See Also

Other Tools: autoline(), bind_files(), bring_api(), chr2num(), db_download(), export_plot(), export_results(), files_functions(), font_exists(), formatColoured(), formatHTML(), get_credentials(), glued(), grepm(), h2o_selectmodel(), haveInternet(), image_metadata(), importxlsx(), ip_data(), json2vector(), list_cats(), listfiles(), mail_send(), markdown2df(), move_files(), msplit(), myip(), quiet(), read.file(), statusbar(), tic(), try_require(), updateLares(), warnifnot(), what_size()

Other Credentials: db_download(), get_credentials(), get_tweets(), mail_send(), queryDB(), queryGA(), slackSend(), stocks_file(), stocks_report()

Other Dropbox: db_download()


laresbernardo/lares documentation built on March 9, 2024, 7:05 p.m.