R/joins.R
normalize_text.Rd
Normalize text, removing spaces, common punctuation and non-ascii characters
normalize_text(text)
A character vector
A transformed character vector
normalize_text("§Bogotá, D.C.") #> [1] "bogotadc"