library(readxl)
# load data ---------------------------------------------------------------------
airline_delay <- read_excel(here::here("data-raw/airline_delays/airline_delay_causes_Dec_2020_Dec_2019.xlsx"))
# cleaning ----------------------------------------------------------------------
# save --------------------------------------------------------------------------
usethis::use_data(airline_delay, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.