GString$getBuiltinPid
From R.utils v1.26.2
by Henrik Bengtsson
Gets the process id of the current R session
Gets the process id of the current R session.
Usage
## Static method (use this):
## GString$getBuiltinPid(...)## Don't use the below:
## S3 method for class 'GString':
getBuiltinPid(static, ...)
Arguments
- ...
- Not used.
Value
- Returns an
integer
.
See Also
For more information see GString
.
Community examples
Looks like there are no examples yet.