View source: R/50-ordered_sequence-ops.R
| min_key | R Documentation |
Returns the smallest key currently present in the ordered sequence.
min_key(x)
x |
An |
This follows sequence key order directly.
Minimum key, or NULL when x is empty.
x <- ordered_sequence("a", "b", keys = c(2, 1))
min_key(x)
min_key(ordered_sequence())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.