installr (version 0.21.0)

turn.number.version: Turns a vector of version-numbers back to version-character

Description

Version Num to char

Usage

turn.number.version(number_to_dots)

Arguments

number_to_dots

A numeric vector - of the number-version of R

Value

A vector of "numbers" representing the versions (for example: 2015002). The names of the vector is the original version character.

Examples

Run this code
# NOT RUN {
turn.number.version(turn.version.to.number(c("2.15.2", "2.15.2")))
turn.number.version(2015011) # "2.15.11"
# }

Run the code above in your browser using DataLab