library(readr)
citytemps = read_csv("data-raw/citytemps.csv", col_types='cnnf') %>%
rename(city = City,
temperature = JanTemp,
latitude = Lat,
region = Region)
usethis::use_data(citytemps, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.