View source: R/strsplit_functions.R
strsplit_keep | R Documentation |
Performs strsplit and keeps elements specified by vector
strsplit_keep(x, keep = 1, split, as_numeric = T)
x |
vector |
keep |
vector of elements to keep |
split |
separator |
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.