powered by
Get a storage file from Azure Storage. By default, this operation will print the files on screen.
getStorageFile(container, blobPath, downloadPath = NULL, overwrite = FALSE, verbose = TRUE, ...)
The name of the container
The path of the blob
Optional parameters
"downloadPath": Path to save file to
"overwrite": Will only overwrite existing localPath
"verbose": Show verbose messages
# NOT RUN { stdoutText <- getStorageFile(testContainer, "logs/stdout.txt") # }
Run the code above in your browser using DataLab