## code to prepare `rstudio_themes` dataset goes here
# load all themes
rstudio_themes <- read.csv("data-raw/rstudio_themes.csv")
# sort alphabetically by theme name
rstudio_themes <- rstudio_themes[order(rstudio_themes$theme_name),]
usethis::use_data(rstudio_themes, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.