#' @import AzureRMR
#' @importFrom utils URLencode modifyList packageVersion glob2rx
NULL
globalVariables(c("self", "pool"), "AzureStor")
.AzureStor <- new.env()
.onLoad <- function(libname, pkgname)
{
options(azure_storage_api_version="2019-07-07")
options(azure_adls_api_version="2019-07-07")
options(azure_storage_progress_bar=TRUE)
options(azure_storage_retries=10)
# all methods extending classes in external package must be run from .onLoad
add_methods()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.