dedup_matches_trimmed.Rd
Return for needles whether they occur in the haystack, trimmed if desired
dedup_matches_trimmed(needles, haystack, start = 0, end = 0)
The entries to look for
The set of entries in which to look
The number of characters to use from the beginning (truncating after this number of characters, e.g. only looking at the first 20 characters)
The number of characters to use from the end (trimming everything before this number of characters, e.g. only looking at the last 10 characters)
A logical vector