NHSRdatasets icon indicating copy to clipboard operation
NHSRdatasets copied to clipboard

tidy variable names in ons_population_uk_2023

Open tomjemmett opened this issue 4 months ago • 0 comments

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).

  • [ ] run janitor::clean_names(ons_population_uk_2023)
  • [ ] re-run usethis::use_data(ons_population_uk_2023)
  • [ ] update any documentation that refers to old column names

tomjemmett avatar Oct 18 '24 08:10 tomjemmett