| clean_vec {thinkr} | R Documentation |
Clean character vector
clean_vec(vec, verbose = FALSE, unique = TRUE, keep_number = FALSE, translit = TRUE, punct = TRUE)
vec |
character vector to clean |
verbose |
logical is the function verbose |
unique |
logical do we have to apply make_unique |
keep_number |
logical keep number at begining |
translit |
logical remove non ascii character |
punct |
logical do you remove punctuation |