## code to prepare `nflists_bayer_brasil` dataset goes here
devtools::load_all()
file_paths <- list.files("inst/extdata/data/bayer/nflists", full.names = TRUE)
nflists_bayer_brasil_history <- map_df(file_paths, readxl::read_excel) %>%
janitor::clean_names()
nflists_bayer_brasil_current <- readxl::read_excel("T:/Financeiro/Private/C&C/digital_analytics/terms_mix/brazil_nflist/NFLIST.xlsx")
nflists_bayer_brasil <- nflists_bayer_brasil_history %>%
bind_rows(nflists_bayer_brasil_current)
usethis::use_data(nflists_bayer_brasil, compress = "xz", overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.