GString$getBuiltinPid {R.utils} | R Documentation |
Gets the process id of the current R session.
## Static method (use this):
## GString$getBuiltinPid(...)
## Don't use the below:
## S3 method for class 'GString'
getBuiltinPid(static, ...)
... |
Not used. |
Returns an integer
.
Henrik Bengtsson
For more information see GString
.