View source: R/60-interval_index-methods.R
| length.interval_index | R Documentation |
Interval Index Length
## S3 method for class 'interval_index'
length(x)
x |
An |
Uses cached size metadata and runs in O(1).
Number of indexed intervals.
ix <- interval_index("a", "b", start = c(1, 3), end = c(2, 5))
length(ix)
length(interval_index())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.