poissonconsulting / tidyplus

An R package of additional tidyverse functions
https://poissonconsulting.github.io/tidyplus/
Other
9 stars 0 forks source link

Add function `str_to_snake_case()` #11

Closed nadinehussein closed 1 year ago

nadinehussein commented 1 year ago

Can automatically rename columns to snake case using rename_with() similar to the snake case::to_snake_case() function

aylapear commented 1 year ago

@nadinehussein Sarah may take a stab at this if she has time today. Is that ok?

nadinehussein commented 1 year ago

yesss

aylapear commented 1 year ago

Tied to pull request #14