## code to prepare `injury-data` dataset
injury_data <- read.csv("data-raw/injury-data.csv", header = TRUE)
usethis::use_data(injury_data, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.