library(readr)
pefr = read_csv("data-raw/pefr.csv", col_types='ddf') %>%
rename_with(tolower)
usethis::use_data(pefr, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.