tidymodels / broom

Convert statistical analysis objects from R into tidy format
https://broom.tidymodels.org
Other
1.45k stars 303 forks source link

Could glance and tidy etc output variable names in snakecase? #1213

Closed davidhodge931 closed 1 week ago

davidhodge931 commented 1 week ago

The tidyverse encourages use of snakecase column-names.

Could glance and tidy etc output variable names in snakecase?

image
simonpcouch commented 1 week ago

Thanks for the issue!

While I'd also prefer that broom have consistently used snake case, at this point in the package's lifecycle, making such a change would cause too significant a disruption to users.