find_overlapping_codes | R Documentation |
Identifies pairs of annotations that overlap in the text and returns their intersection points and associated codes.
find_overlapping_codes(annotations)
annotations |
A data frame containing text annotations with columns:
|
A list of overlapping code pairs, each containing:
code1: first code in the overlap
code2: second code in the overlap
overlap_start: starting position of overlap
overlap_end: ending position of overlap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.