ver_sort | R Documentation |
ver_sort()
returns a sorted vector of version codes, where
sorting is done alphanumerically.
ver_sort(x)
x |
|
A character vector containing the same elements as input, but reordered.
ver_order()
ver_sort(c("1.5-0", "1.4-1", "0.0.0.9000", "1.4-0a", "1.4-0"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.