Description Usage Arguments Value Examples
To be used internally, this function splits a string vector using a given separator,
extracts one of the results and combines all extracted results in a vector. The split
is done by using strsplit
. This function
was written to be used sequentially on a vector via sapply
.
1 |
xi |
the element to be selected, typically is a number varying from 1 to the length of the character vector. |
char.vector |
the character vector containing the strings to be split. |
split.by |
the string to be used to split each entry in char.vector - see |
result.sel |
integer indicating the index of the element after splitting to be selected. |
fixed |
logical, to be passed on to |
A single string.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.