Description Usage Arguments Value
Get files from Azure blob storage. Files can be in csv and rds format.
1 2 3 4 5 6 7 | get_blob_file(
blob_file,
container = "fundamentals",
save_file = file.path(getwd(), file),
refresh_data_old = 3,
...
)
|
blob_file |
File to import from Azure store container |
container |
Blob container |
save_file |
File name to save object localy |
refresh_data_old |
Number of days after which new, refreshed data would be donwloaded fom container. |
... |
Other arguments to storage_download function from AzureStore pakcage |
Result of GET request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.