R/system_pid.R

Defines functions system_pid

Documented in system_pid

#' Funciton to get R's system process ID. 
#' 
#' @return Integer vector with length of one. 
#' 
#' @export
system_pid <- function() Sys.getpid()
skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.