R/formatting.R
url_title.Rd
Takes a string, forces characters to lower case, then removes punctuation and switch spaces to - instead of _
url_title(st)
A string that needs to be a title in a url
string
A string with the aforementioned modifications.
James Balamuta
url_title("My Name is Jaime!") #> [1] "my-name-is-jaime"