GString$getBuiltinRversion
From R.utils v1.23.2
by Henrik Bengtsson
Gets the current R version
Gets the current R version.
Usage
## Static method (use this):
## GString$getBuiltinRversion(...)
## Don't use the below:
## S3 method for class 'GString':
getBuiltinRversion(static, ...)
Arguments
- ...
- Not used.
Value
- Returns a
character
string.
See Also
For more information see GString
.
Community examples
Looks like there are no examples yet.