R/datastore.R
upload_files_to_datastore.Rd
Upload the data from the local file system to the Azure storage that the datastore points to.
upload_files_to_datastore( datastore, files, relative_root = NULL, target_path = NULL, overwrite = FALSE, show_progress = TRUE )
datastore | The |
---|---|
files | A character vector of the absolute path to files to upload. |
relative_root | A string of the base path from which is used to
determine the path of the files in the Azure storage. For example, if
we upload |
target_path | A string of the location in the blob container or file
share to upload the data to. Defaults to |
overwrite | If |
show_progress | If |
The DataReference
object for the target path uploaded.