library(dplyr) cars <- read.csv(project_extdata_path('cars.csv')) tidy_cars <- cars %>% rename(speed_mph = speed, stopping_distace = dist)
Followed by a description of what we are doing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.