View source: R/60-interval_index-methods.R
| as.list.interval_index | R Documentation |
Coerce Interval Index to List
## S3 method for class 'interval_index'
as.list(x, ...)
x |
An |
... |
Unused. |
This returns payload values only.
A plain list of payload elements in interval order.
ix <- interval_index("a", "b", "c", start = c(3, 1, 2), end = c(4, 2, 3))
as.list(ix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.