## Loads Big Craftables data
big_craftables <-
readr::read_csv(file = "data-raw/files/Big Craftables.csv") %>%
make_cols_snake_case()
usethis::use_data(big_craftables, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.