base::dir(path = "inst/extdata", pattern = "[0-9]+", full.names = TRUE) |>
purrr::map_dfr(~ readr::read_csv(.x, col_types = "ccccccccclcccccc")) |>
readr::write_csv("inst/extdata/metadata.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.