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

Make all to_xxx functions generics with String + data.frame method #105

Closed Tazinho closed 6 years ago

Tazinho commented 6 years ago

At least think about the possibility a bit deeper

Tazinho commented 6 years ago

It might be worth adding original column names as an attribute for the tibble method, as attributes are now supported by the tibble package https://www.tidyverse.org/articles/2018/01/tibble-1-4-1/ See also the new as_tibble.matrix method, which repairs names

Tazinho commented 6 years ago

Both not, at least for now. It is basically just ok and may enforce better practice to let these functions work on strings.