R/utilities.R
connect_text.Rd
Clean and connect parts of text together
connect_text(txt, connections = "[^a-zA-Z0-9]", connector = "_")
String charactors
Characters to be replaced by connector
Charactor used as connector
cleaned text
if (FALSE) { # \dontrun{ connect_text("THIS - is complex (very bad)")} # }