GString$getBuiltinRhome {R.utils}R Documentation

Gets the path where R is installed

Description

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.

Author(s)

Henrik Bengtsson

See Also

For more information see GString.


[Package R.utils version 2.11.0 Index]