read_input_data: Read Input Data

Description Usage Arguments Value

View source: R/train.R

Description

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.

Usage

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")
)

Arguments

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

Value

a data.frame


csatio/autoasn documentation built on Dec. 19, 2021, 6:21 p.m.