GString$getBuiltinOs
From R.utils v1.28.4
by Henrik Bengtsson
Gets the operating system of the running machine
Gets the operating system of the running machine.
Usage
## Static method (use this):
## GString$getBuiltinOs(...)## Don't use the below:
## S3 method for class 'GString':
getBuiltinOs(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.