## code to prepare `campanhas_bayer_brasil` dataset goes here
campanhas_bayer_brasil <- readxl::read_excel("inst/extdata/configurations/bayer/tipos_de_campanha/campanhas.xlsx", skip = 1) %>%
janitor::clean_names()
usethis::use_data(campanhas_bayer_brasil, compress = "xz", overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.