R/extractors.R

get_cpu_time_limit <- function(x){
  if(!inherits(x, "R-Forge_control"))
    stop("No R-Forge control object given")
  as.numeric(x$cpu_time_limit)
}

Try the RForgeTools package in your browser

Any scripts or data that you put into this service are public.

RForgeTools documentation built on May 2, 2019, 5:19 p.m.