getStorageFile: Get a storage file from Azure Storage. By default, this...

Description Usage Arguments Examples

View source: R/storage_management.R

Description

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

Usage

1
2
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

1
2
3
4
## Not run: 
stdoutText <- getStorageFile(testContainer, "logs/stdout.txt")

## End(Not run)

LuisFilipe236/doAzureParallel documentation built on May 28, 2019, 1:45 p.m.