## code to prepare `time_abbs` dataset goes here
library(tidyverse)
time_abbs <- read_csv("inst/ext-data/R-formatting-abbreviations.csv",
na = "") %>%
arrange(id) %>%
select(-id)
usethis::use_data(time_abbs, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.