Peek All Intervals Within a Query Interval
Source:R/60-interval_index-query-api.R
peek_all_within.RdPeek All Intervals Within a Query Interval
Details
The returned interval_index can be inspected with as.list().
Examples
ix <- interval_index("a", "b", "c", start = c(1, 2, 4), end = c(6, 3, 5))
as.list(peek_all_within(ix, 1, 4))
#> [[1]]
#> [1] "b"
#>