View source: R/60-interval_index-query-api.R
| peek_all_containing | R Documentation |
Peek All Intervals Containing a Query Interval
peek_all_containing(x, start, end, bounds = NULL)
x |
An |
start |
Query interval start. |
end |
Query interval end. |
bounds |
Optional boundary override. One of |
The returned interval_index can be inspected with as.list().
An interval_index slice of all matches (possibly empty).
ix <- interval_index("a", "b", "c", start = c(1, 2, 4), end = c(6, 5, 7))
as.list(peek_all_containing(ix, 2, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.