Learn R Programming

doAzureParallel (version 0.8.0)

listStorageContainers: List storage containers from Azure Storage.

Description

List storage containers from Azure Storage.

Usage

listStorageContainers(prefix = "")

Arguments

prefix

Filters the results to return only containers whose name begins with the specified prefix.

Examples

Run this code
# NOT RUN {
containers <- listStorageContainers()
View(containers)
# }

Run the code above in your browser using DataLab