library(readr)
library(usethis)
meme_links <- read_csv(
"data-raw/know-your-meme-links.csv",
col_types = cols(.default = col_character())
)
use_data(meme_links)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.