blob_download: Download a blob

Description Usage Arguments Value

View source: R/blobs.R

Description

Downloads the blob speficied in resource_path.

Usage

1
2
3
4
5
6
7
blob_download(
  storage_account,
  container_name,
  azure_access_key,
  resource_path,
  dest_file = character(0)
)

Arguments

storage_account

The name of the storage account

container_name

The name of the container

azure_access_key

Access key to the storage account

resource_path

Path to the blob

dest_file

The name of the destination file. If empty, extracts the file name from resource_path.

Value

The result of the request is returned invisibly.


paasim/azuretools documentation built on March 10, 2021, 10:08 a.m.