R/wrangling.R
slugify.Rd
It generates slug URLs handling ASCII normalization
slugify(x)
a character vector
sanitize_title_with_dashes("Hello world") #> [1] "hello-world"