rsplit | R Documentation |
Split string from the right
rsplit(str, separator = "\\.", maxsplit)
str |
: string to be split |
separator |
(str): Method splits string starting from the right (default '\.') |
maxsplit |
(number): The maxsplit defines the maximum number of splits. |
Other r_utils:
Enum()
,
IsSubR6Class()
,
cls_help()
,
format_class()
,
is_list_named()
,
is_tarfile()
,
islistempty()
,
pkg_method()
,
retry_api_call()
,
split_str()
,
write_bin()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.