Find the number and position of terms matching a given term in a given text.
Source:R/check.R
find_matches_and_positions.Rd
Find the number and position of terms matching a given term in a given text.
Value
A named list with the following elements:
- count
Integer, the number of matches.
- first_ix
Integer, the position of the first match.
See also
Other report-dev:
download_webpage_txt()
,
prep_term_list()