powered by
TC
L
U
TC(text.var, lower = NULL, ...) L(text.var, ...) U(text.var, ...)
stri_trans_tolower
stri_trans_toupper
stri_trans_totitle
y <- c( "I'm liking it but not too much.", "How much are you into it?", "I'd say it's yet awesome yet." ) L(y) U(y) TC(y)
Run the code above in your browser using DataLab