View source: R/30-api-flexseq-core.R
| length.flexseq | R Documentation |
Sequence Length
## S3 method for class 'flexseq'
length(x)
x |
A |
Uses cached size metadata and runs in O(1).
Number of elements in the sequence.
x <- flexseq("a", "b")
length(x)
length(flexseq())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.