Description Usage Arguments Value Examples
Extract the subset of characters at position inx after splitting at pattern patt.
1 | str_extract_pos(charvec, patt, inx, ...)
|
charvec |
character |
patt |
character |
inx |
integer |
... |
arguments for strsplit |
character
1 | str_extract_pos("split_this_at_patt", "_", 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.