quotas <- utils::read.csv(
file = file.path("data-raw", "quotas.csv"),
sep = ",",
header = TRUE,
check.names = FALSE
)
usethis::use_data(quotas, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.