## code to prepare `example_tin_tares` dataset goes here
library(magrittr)
example_tin_tares <- list.files('inst/extdata/example_tin_tares/', pattern = 'csv', full.names = T) %>%
purrr::set_names(stringr::str_remove(string = basename(.), pattern = ".csv")) %>%
purrr::map(readr::read_csv, lazy = FALSE)
usethis::use_data(example_tin_tares, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.