OuhscBbmc / OuhscMunge

Data manipulation operations
http://ouhscbbmc.github.io/OuhscMunge/
Other
1 stars 4 forks source link

make snake_case() regex more robust #128

Closed rwilson8 closed 1 year ago

rwilson8 commented 1 year ago

Removes apostrophes. Replaces all remaining punctuation and spaces with underscores. Replaces consecutive underscores with 1. Removes leading and trailing underscores.

wibeasley commented 1 year ago

@rwilson8, thanks for the PR. Looks like the CI code failed --completely unrelated to the R code you wrote. I'll fix it.