strpart | R Documentation |
Function building on base::strsplit to extract nth element of a character string after splitting
strpart(x, split, n, fixed = FALSE)
x |
input character vector |
split |
character vector containing a regular expression for splitting |
n |
element to extract |
fixed |
passed to strsplit |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.