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