Open tomjemmett opened 1 month ago
dataset added in #95, we have a mix of column name styles. I suggest we convert to snake_case (though, I think all of the columns are single words, so just lowercase all column names).
snake_case
janitor::clean_names(ons_population_uk_2023)
usethis::use_data(ons_population_uk_2023)
dataset added in #95, we have a mix of column name styles. I suggest we convert to
snake_case
(though, I think all of the columns are single words, so just lowercase all column names).janitor::clean_names(ons_population_uk_2023)
usethis::use_data(ons_population_uk_2023)