text_sub: generic for extracting characters sequences by position

Description Usage Arguments See Also

View source: R/text_sub.R

Description

generic for extracting characters sequences by position

text_sub default

Usage

1
2
3
4
text_sub(string, start = NULL, end = NULL)

## Default S3 method:
text_sub(string, start = NULL, end = NULL)

Arguments

string

text from which to extract character sequence

start

first character position

end

last character position

See Also

text_snippet


stringb documentation built on Jan. 26, 2021, 1:07 a.m.

Related to text_sub in stringb...