Download_Batch: Download all files from a directory in an Azure Storage...

Description Usage Arguments Value

View source: R/blob_utils.R

Description

This function downloads all the files located at the given az_path recursively and saves them in the directory specified by local_path.

Usage

1
2
3
4
5
6
7
Download_Batch(
  az_path = "",
  local_path = ".",
  account_name,
  container_name,
  sas_token
)

Arguments

az_path

String. Path to the directory that will be downloaded. If provided, it must end with "/".

local_path

String. Local directory where the files will be stored.

account_name

String. Storage account name.

container_name

String. Container name.

sas_token

String. SAS token with the required permissions to download the files.

Value

The output of the download process.


Rielbe/aztools documentation built on July 14, 2020, 12:40 a.m.