library(tidyverse)
readr::read_csv(
here::here(
"data-raw", "directory.csv"
)
) -> directory
usethis::use_data(directory, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.