library(tidyverse)
decathlon <- readr::read_csv(here::here("data-raw", "decathlon.csv"))
usethis::use_data(decathlon, overwrite = TRUE)
usethis::use_r("decathlon")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.