get_container: get the container object

Description Usage Arguments Value

View source: R/azure_setup.R

Description

get the container object

Usage

1
2
3
4
5
6
get_container(
  azurecontainer = getOption("azurecontainer"),
  azurestor = getOption("azurestor"),
  rgname = getOption("azurerg"),
  storageaccesskey = getOption("storageaccesskey")
)

Arguments

azurecontainer

the name of the container, defaults to the getoption

azurestor

the name of the storage account, defaults to the getoption

rgname

the name of the resource group, defaults to the getoption

storageaccesskey

the storage access key for the given storage account, defaults to the getoption

Value

the container object, null if it doesn't exist


billspat/bayesrun documentation built on March 20, 2021, 11:15 p.m.