upload_to_datastore {azuremlsdk} | R Documentation |
Upload a local directory to the Azure storage a datastore points to
Description
Upload a local directory to the Azure storage the datastore points to.
Usage
upload_to_datastore(
datastore,
src_dir,
target_path = NULL,
overwrite = FALSE,
show_progress = TRUE
)
Arguments
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 |
Value
The DataReference
object for the target path uploaded.
[Package azuremlsdk version 1.10.0 Index]