character_to_list_of_integer_vectors {assertive.strings} | R Documentation |
Split strings by character, then convert to numbers
character_to_list_of_integer_vectors(x)
x |
Input to convert. |
A list of numeric vectors.
strsplit
and as.integer
.
## Not run: character_to_list_of_integer_vectors(c("123", "4567a")) ## End(Not run)