upload_files_to_datastore {azuremlsdk} | R Documentation |
Upload files to the Azure storage a datastore points to
Description
Upload the data from the local file system to the Azure storage that the datastore points to.
Usage
upload_files_to_datastore(
datastore,
files,
relative_root = NULL,
target_path = NULL,
overwrite = FALSE,
show_progress = TRUE
)
Arguments
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 |
Value
The DataReference
object for the target path uploaded.