View source: R/50-ordered_sequence-methods.R
| as.list.ordered_sequence | R Documentation |
Coerce Ordered Sequence to List
## S3 method for class 'ordered_sequence'
as.list(x, ...)
x |
An |
... |
Unused. |
Returns payload elements only (keys are omitted) in canonical key order. If entries are named, names are preserved on the returned list.
A plain list of elements in key order.
x <- ordered_sequence("a", "b", "c", keys = c(2, 1, 3))
as.list(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.