View source: R/50-ordered_sequence-ops.R
| max_key | R Documentation |
Returns the largest key currently present in the ordered sequence.
max_key(x)
x |
An |
Uses cached .oms_max_key monoid state.
Maximum key, or NULL when x is empty.
x <- ordered_sequence("a", "b", keys = c(2, 1))
max_key(x)
max_key(ordered_sequence())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.