turn.version.to.number1 | R Documentation |
Turns version to number (for 1 value only)
turn.version.to.number1(version_with_dots)
version_with_dots |
A character value - of the version of R (for example 2.15.2) |
A "number" representation of the version (for example: 2015002)
turn.version.to.number
## Not run: turn.version.to.number1("2.15.2") turn.version.to.number1("3.0.1") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.