Description Usage Arguments Value Examples
This is an R equivalent to the python str.rsplit method which will return a vector of length n+1 of a string split by a given character starting from the right hand side of the string
1 | rsplit(string, split_by, n = 1)
|
string |
The string to split |
split_by |
The character to split string by |
n |
The number of split you want to perform |
The string split from the right
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.