Learn R Programming

doAzureParallel (version 0.8.0)

getStorageFile: Get a storage file from Azure Storage. By default, this operation will print the files on screen.

Description

Get a storage file from Azure Storage. By default, this operation will print the files on screen.

Usage

getStorageFile(container, blobPath, downloadPath = NULL, overwrite = FALSE,
  verbose = TRUE, ...)

Arguments

container

The name of the container

blobPath

The path of the blob

...

Optional parameters

  • "downloadPath": Path to save file to

  • "overwrite": Will only overwrite existing localPath

  • "verbose": Show verbose messages

Examples

Run this code
# NOT RUN {
stdoutText <- getStorageFile(testContainer, "logs/stdout.txt")
# }

Run the code above in your browser using DataLab