chars.character {charcuterie} | R Documentation |
chars
Object From a StringCreate a chars
Object From a String
## S3 method for class 'character'
chars(x, ...)
x |
string to convert to a |
... |
unused |
chars
expects a single string as input. To create a list of these,
consider lapply(strings, chars)
an object of class chars
, essentially splitting the string into
individual characters