Description Usage Arguments Value
View source: R/myBasicFunctions.R
Test if the R version used is above the given version
1 | rversionAbove(majorT, minorT = 0)
|
majorT |
a string or numerical value of the major version to use as comparison (for example 3) |
minorT |
a string or numerical value of the minor version to use as comparison (for example 5 or "5.0"). By default it is 0. |
TRUE
if you are using a R version which is at least the one privided and FALSE
if your version is below.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.