How to Apply the R.Version() Function in R (Example Code)
In this article, I’ll explain how to apply the R.Version function in the R programming language.
Example: Extracting Currently Installed R Version
R.version # Print R.version data object to console # _ # platform x86_64-w64-mingw32 # arch x86_64 # os mingw32 # system x86_64, mingw32 # status # major 3 # minor 5.3 # year 2019 # month 03 # day 11 # svn rev 76217 # language R # version.string R version 3.5.3 (2019-03-11) # nickname Great Truth |
R.version # Print R.version data object to console # _ # platform x86_64-w64-mingw32 # arch x86_64 # os mingw32 # system x86_64, mingw32 # status # major 3 # minor 5.3 # year 2019 # month 03 # day 11 # svn rev 76217 # language R # version.string R version 3.5.3 (2019-03-11) # nickname Great Truth