Skip to contents

This function fetches and read data stored in the 3B/Bronze/misc_data/ folder in the WHDH data lake.

Usage

load_misc_data(file_path, ...)

Arguments

file_path

The path to the file inside the 3B/Bronze/misc_data folder. File paths must end with an extension (e.g., .csv)

...

Any additionally arguments to pass on to the appropriate read_ function.

Value

a data frame

Details

It automatically selects between readr::read_csv(), arrow::read_parquet(), and readxl::read_excel() based on the file extension.

See also

Functions to load data from data lake upload_billion_data()