Skip to contents

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.