View source: R/60-interval_index-query-api.R
| min_endpoint | R Documentation |
Returns the smallest left endpoint (start) currently present.
min_endpoint(x)
x |
An |
Because intervals are stored in start order, this reads the first entry's
start.
Minimum left endpoint, or NULL when x is empty.
ix <- interval_index("a", "b", start = c(3, 1), end = c(4, 2))
min_endpoint(ix)
min_endpoint(interval_index())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.