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