Learn R Programming

stringb (version 0.1.17)

text_sub: generic for extracting characters sequences by position

Description

generic for extracting characters sequences by position

text_sub default

Usage

text_sub(string, start = NULL, end = NULL)

# S3 method for default 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