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