rsplit: Split string from the right

View source: R/r_utils.R

rsplitR Documentation

Split string from the right

Description

Split string from the right

Usage

rsplit(str, separator = "\\.", maxsplit)

Arguments

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.

See Also

Other r_utils: Enum(), IsSubR6Class(), cls_help(), format_class(), is_list_named(), is_tarfile(), islistempty(), pkg_method(), retry_api_call(), split_str(), write_bin()


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.