soc <- read.csv("data-raw/soccer/soccer_bdays.csv")
soc <- janitor::clean_names(soc)
soccer <- soc
save(soccer, file = "data/soccer.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.