R/memprof.R

Defines functions .jmemprof

Documented in .jmemprof

.jmemprof <- function(file = "-") {
  if (is.null(file)) file <- ""
  invisible(.Call(RJava_set_memprof, as.character(file)))
}

Try the rJava package in your browser

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

rJava documentation built on Dec. 11, 2021, 9:25 a.m.