R/datastore.R
upload_to_datastore.Rd
Upload a local directory to the Azure storage the datastore points to.
upload_to_datastore( datastore, src_dir, target_path = NULL, overwrite = FALSE, show_progress = TRUE )
datastore | The |
---|---|
src_dir | A string of the local directory to 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.