Tazinho / snakecase

🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
https://tazinho.github.io/snakecase/
GNU General Public License v3.0
147 stars 9 forks source link

add functions that work directly on names #152

Closed Tazinho closed 6 years ago

Tazinho commented 6 years ago

Like proposed by @henningsway. Names of the functions could be:

names_to_any_case()
names_to_snake_case()
names_to_lower_camel_case()
...
Tazinho commented 6 years ago

Hmmm maybe for now stick with purrr::set_names(to_snake_case)