Description Usage Arguments Value
Downloads specified data file from specified container, import this data to a data.frame an returns it. Data file must be Excel file, container URL and key must be from Azure Blob Storage.
1 2 3 4 5 6 | read_input_data(
data_path = "data",
data_file = "auto.xlsx",
container_url = "https://storageaccountcsapp9d08.blob.core.windows.net/",
key = Sys.getenv("STORAGE_ACCOUNT_KEY")
)
|
data_path |
(string) path to data |
data_file |
(string) a file name with .xlsx extension |
container_url |
(string) azure container url |
key |
(string) Auth key from Azure Blob Storage |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.