tidy variable names in ons_population_uk_2023 #99
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
Perfect issues to contribute to the Hacktoberfest
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)
The text was updated successfully, but these errors were encountered: