Skip to main content

builtin_sys_getpid

Function builtin_sys_getpid 

Source
fn builtin_sys_getpid(
    _args: &[RValue],
    _named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Return the process ID of the current R process.

@return integer scalar: the PID