download_from_datastore {azuremlsdk} | R Documentation |
Download data from a datastore to the local file system
Description
Download data from the datastore to the local file system.
Usage
download_from_datastore(
datastore,
target_path,
prefix = NULL,
overwrite = FALSE,
show_progress = TRUE
)
Arguments
datastore |
The |
target_path |
A string of the local directory to download the file to. |
prefix |
A string of the path to the folder in the blob container
or file store to download. If |
overwrite |
If |
show_progress |
If |
Value
An integer of the number of files successfully downloaded.
[Package azuremlsdk version 1.10.0 Index]