Skip to content

Instantly share code, notes, and snippets.

@j-jayes
Created September 6, 2021 09:17
Show Gist options
  • Select an option

  • Save j-jayes/767244d6b7413fa64f3263ee61efa2db to your computer and use it in GitHub Desktop.

Select an option

Save j-jayes/767244d6b7413fa64f3263ee61efa2db to your computer and use it in GitHub Desktop.
Function for my personal package
## I should include a function in a personal package that takes snake case, as genrated by `janitor::clean_names()` and then makes it to sentence with spaces
### It would look like:
mutate(col = str_to_sentence(str_replace_all(col, "_", " ")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment