| uploadAzure | R Documentation | 
The function provides a programmatic interface to data upload using the ['AzureStor'](https://cran.r-project.org/package=AzureStor) package.
uploadAzure(
  sas,
  url = .BIOCONDUCTOR_BLOB_STORE_URL,
  container,
  files,
  dataFolder,
  version,
  file_ext,
  package
)
sas | 
 'character(1)' The SAS token used for authentication provided by the Bioconductor Core Team  | 
url | 
 'character(1)' The Azure Blob Store URL; by default, the value of the internal '.BIOCONDUCTOR_BLOB_STORE_URL' constant is used.  | 
container | 
 'character(1)' The name of the container on Azure  | 
dataFolder | 
 'character(1)' The folder where all data versions are held  | 
version | 
 'character(1)' The sub-folder corresponding to a particular version of the data, e.g., "v2.1.0"  | 
file_ext | 
 'character(1)' The file extension of files to be uploaded without the leading dot, e.g., "rda"  | 
package | 
 'character(1)' The name of the package for which data is uploaded for, this will be the sub-folder within the Azure Blob Store container.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.