View source: R/strsplit_functions.R
strsplit_ | R Documentation |
Same as strsplit but option to return as vector and to convert to numeric
strsplit_(x, split, output.type = "vector", as_numeric = T)
x |
string |
split |
split character |
output.type |
output type (default = "vector"; other option is "list") |
as.numeric |
try to convert to numeric |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.