splitSelect | R Documentation |
Get the field-th column of each string splitted by given symbols.
splitSelect(strs, split = "_", fixed = TRUE, field = 1)
strs, |
1d vector of characters |
split |
characters, default is "_" |
fixed |
bool, default is TRUE |
field |
integer, default is 1 |
1d vector of characters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.