Description Usage Arguments Value See Also Examples
Split strings by character, then convert to numbers
1 |
x |
Input to convert. |
A list of numeric vectors.
strsplit
and as.integer
.
1 2 3 4 | ## Not run:
character_to_list_of_integer_vectors(c("123", "4567a"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.