load_misc_data | R Documentation |
This function fetches and read data stored in the 3B/Bronze/misc_data/ folder in the WHDH data lake.
load_misc_data(file_path, ...)
file_path |
The path to the file inside the |
... |
Any additionally arguments to pass on to the appropriate |
It automatically selects between readr::read_csv()
, arrow::read_parquet()
,
and readxl::read_excel()
based on the file extension.
a data frame
Functions to load data from data lake
upload_billion_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.