turn.number.version | R Documentation |
Version Num to char
turn.number.version(number_to_dots)
number_to_dots |
A numeric vector - of the number-version of R |
A vector of "numbers" representing the versions (for example: 2015002). The names of the vector is the original version character.
## Not run: turn.number.version(turn.version.to.number(c("2.15.2", "2.15.2"))) turn.number.version(2015011) # "2.15.11" ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.