merge_annotations | R Documentation |
Checks a list of annotations for those that are overlapping in the time or
frequency domain, and returns a list where overlapping annotations are merged.
Annotation objects must have the same file
, type
and value
to be merged.
merge_annotations(annotations, domain = "time", same.source = TRUE)
annotations |
A list of Annotation objects. |
domain |
Domain of the annotations, either "time" or "frequency". |
same.source |
If TRUE, annotations must have the same source to be merged. |
A list of Annotation objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.