clean_vec {thinkr} | R Documentation |
Clean character vector
Description
Clean character vector
Usage
clean_vec(
vec,
verbose = FALSE,
unique = TRUE,
keep_number = FALSE,
translit = TRUE,
punct = TRUE
)
Arguments
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 |
[Package thinkr version 0.16 Index]