This function fetches and read data stored in the 3B/Bronze/misc_data/ folder in the WHDH data lake.
Arguments
- file_path
The path to the file inside the
3B/Bronze/misc_datafolder. File paths must end with an extension (e.g., .csv)- ...
Any additionally arguments to pass on to the appropriate
read_function.
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()