pebble <- read_csv(here::here("data-raw", "pebble.csv"),
col_types = cols(.default = col_double(),
id = col_factor(),
type = col_factor()))
usethis::use_data(pebble,
overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.