R/cleancall.R

Defines functions call_with_cleanup

call_with_cleanup <- function(ptr, ...) {
  .Call(c_cleancall_call, pairlist(ptr, ...), parent.frame())
}
gaborcsardi/processx documentation built on April 8, 2024, 3:27 a.m.