Description Usage Arguments Value Examples
View source: R/tabulate_versions.R
This function expands the parts of a vector of version numbers into
a data.frame
which may be useful, e.g. for moving version numbers
to a database.
1 | tabulate_versions(x, full_version = c("none", "version_number", "character"))
|
x |
The version numbers to tabulate |
full_version |
Control how a column is added that contains the full
version numbers. Either "version_number" for a |
A data.frame
1 2 3 | tabulate_versions(version_number("1.0.0.0", "1.0.1.0"))
tabulate_versions(version_number("1.0.0.0", "1.0.1.0"), "version_number")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.