library(tidyverse)
library(readr)
# Import data -----------------------------------------------------------------
datasaurus <- read_tsv(here::here("data-raw/datasaurus/DatasaurusDozen.tsv"))
# Save ------------------------------------------------------------------------
usethis::use_data(datasaurus, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.