get_blob_file: Get File from blob

Description Usage Arguments Value

View source: R/blob_utils.R

Description

Get files from Azure blob storage. Files can be in csv and rds format.

Usage

1
2
3
4
5
6
7
get_blob_file(
  blob_file,
  container = "fundamentals",
  save_file = file.path(getwd(), file),
  refresh_data_old = 3,
  ...
)

Arguments

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

Value

Result of GET request


MislavSag/equityData documentation built on Dec. 17, 2021, 4:18 a.m.