get_raw_data_from_azure: Get CSV Data from Azure

Description Usage Arguments

View source: R/get_raw_csv_from_azure.R

Description

Gets RAW csv for IRR comparison from Azure

Usage

1
2
3
4
5
6
get_raw_data_from_azure(
  blob_directory = "source-data",
  filename = "pm_fund_info.csv",
  download_to_directory = "./",
  read_csv = TRUE
)

Arguments

blob_directory

is the folder within the blob

filename

is the filename within the blob's folder

download_to_directory

is the relative path where the data will be downloaded and stored to

read_csv

if the file is a CSV and you want it to be read, it will be returned as a tibble


AZASRS/AZASRS documentation built on Sept. 30, 2020, 9:26 p.m.