find_last_pos: Find the Last Position

Description Usage Arguments Value Examples

View source: R/Text_Removal.R

Description

Find the last position of the desired patterns.

Usage

1

Arguments

txt

The text to search in (character scalar).

Value

The last position of the desired patterns.

Examples

1
KO:::find_last_pos("mtcars %>% select(mpg, disp, cyl)")

KO112/KO documentation built on Oct. 2, 2020, 9:21 a.m.