n_char {creditmodel} | R Documentation |
Returns the number of "code points", in a string.
n_char(string)
string |
A string. |
A numeric vector giving number of characters (code points) in each element of the character vector. Missing string have missing length.
n_char(letters)
n_char(NA)