load_csv_spm <- function() {
spm <- list.files(path = dirs$spm,
pattern = "*.csv",
full.names = T) |>
purrr::map_df(~readr::read_csv(., col_types = readr::cols(.default = "c")))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.