View source: R/60-interval_index-constructors.R
| interval_index | R Documentation |
Convenience constructor from ..., start, and end.
interval_index(..., start, end, default_query_bounds = "[)")
... |
Elements to add. |
start |
Start endpoints matching |
end |
End endpoints matching |
default_query_bounds |
Boundary convention used as the default for
query operations on this index: one of |
Empty construction is supported: interval_index() returns an empty index.
Output is ordered by interval start.
An interval_index.
ix <- interval_index("a", "b", "c", start = c(1, 2, 2), end = c(3, 2, 4))
ix
interval_index()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.