GString$getBuiltinRhome
From R.utils v1.26.2
by Henrik Bengtsson
Gets the path where R is installed
Gets the path where R is installed.
Usage
## Static method (use this):
## GString$getBuiltinRhome(...)## Don't use the below:
## S3 method for class 'GString':
getBuiltinRhome(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.