View source: R/60-interval_index-query-api.R
| max_endpoint | R Documentation |
Returns the largest right endpoint (end) currently present.
max_endpoint(x)
x |
An |
Uses cached .ivx_max_end monoid state.
Maximum right endpoint, or NULL when x is empty.
ix <- interval_index("a", "b", start = c(3, 1), end = c(4, 2))
max_endpoint(ix)
max_endpoint(interval_index())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.