| Immutables-deprecated | R Documentation |
These functions still work but emit a deprecation warning and will be removed in a future release. Use the replacements instead:
peek_overlaps(x, start, end, bounds = NULL)
peek_all_overlaps(x, start, end, bounds = NULL, as_list = FALSE)
pop_overlaps(x, start, end, bounds = NULL)
pop_all_overlaps(x, start, end, bounds = NULL)
x |
An |
start |
Query interval start. |
end |
Query interval end. |
bounds |
Optional boundary override. One of |
as_list |
Passed to |
peek_overlaps(): use peek_overlapping().
peek_all_overlaps(): use peek_all_overlapping().
pop_overlaps(): use pop_overlapping().
pop_all_overlaps(): use pop_all_overlapping().
The *_overlaps names were renamed in version 1.2.0 so that the
single-match functions read as singular, matching peek_containing() and
peek_within().
The same value as the replacement function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.