load_misc_data: Load miscellaneous data

View source: R/load_data.R

load_misc_dataR Documentation

Load miscellaneous data

Description

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.

Details

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

Value

a data frame

See Also

Functions to load data from data lake upload_billion_data()


gpw13/billionaiRe documentation built on Sept. 27, 2024, 10:05 p.m.