dd <- read.csv("data-raw/braking_time/results_UA.csv")
dd <- janitor::clean_names(dd)
head(dd)
dd <- select(dd, !matches("normal|overall"))
brake <- dd
save(list = c("brake"), file = "data/brake.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.