R/wrangling.R
sanitize_title_with_dashes.Rd
It generates slug URLs as WordPress does
sanitize_title_with_dashes(title)
the title
sanitize_title_with_dashes("Hello world") #> [1] "hello-world"