twodigitRversion: Get a two-digit version of the R version
Description
Get a two-digit version of the R versionUsage
twodigitRversion(R = R.version)
Arguments
R
Either a list of the format R.version
, a character string (e.g., "3.1.2"
), or a numeric version of the type R_system_version
. Value
- A character string representing the two-digit R version.