powered by
Create create character vectors.
cvec(x, ...)# S4 method for character cvec(x)ch(...)s(...)
# S4 method for character cvec(x)
ch(...)
s(...)
comma-separated quoted string (for cvec)
cvec
unquoted strings (for ch)
ch
# NOT RUN { cvec("A,B,C") ch(A,B,C) s(A,B,C) # }
Run the code above in your browser using DataLab