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