## code to prepare `DATASET` dataset goes here
unicol <- read.csv("data-raw/UniColours.csv") %>%
dplyr::mutate(
Hex = paste0("#", Hex)
)
usethis::use_data(unicol, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.