View source: R/50-ordered_sequence-methods.R
| length.ordered_sequence | R Documentation |
Ordered Sequence Length
## S3 method for class 'ordered_sequence'
length(x)
x |
An |
Uses cached size metadata and runs in O(1).
Integer length.
x <- ordered_sequence("a", "b", keys = c(2, 1))
length(x)
length(ordered_sequence())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.