## code to prepare `lt_mets` dataset goes here
lt_mets <- accords %>%
select(mets) %>%
unique() %>%
arrange(mets)
usethis::use_data(lt_mets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.