Dropbox Upload
dropbox_upload.Rd
Upload a local file to dropbox and handle authentication. Automatically zips files over 300mb by default.
Details
This is a wrapper of rdrop2::drop_upload()
which first reads in a local
CSV file and then uploads to a DropBox path.
Examples
if (FALSE) { # \dontrun{
dropbox_upload(
kzn_animal_ship_semiclean,
file_path = here::here("outputs/data.csv"),
dropbox_path = "XYZ/Data/semi_clean_data"
)
} # }