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
)
The AzureBlobDatastore
or AzureFileDatastore
object.
A string of the local directory to upload.
A string of the location in the blob container or
file share to upload the data to. Defaults to NULL
, in which case the data
is uploaded to the root.
If TRUE
, overwrites any existing data at target_path
.
If TRUE
, show progress of upload in the console.
The DataReference
object for the target path uploaded.