R/cleancall.R

Defines functions call_with_cleanup

call_with_cleanup <- function(ptr, ...) {
  .Call(cleancall_call, pairlist(ptr, ...), parent.frame())
}
r-lib/ps documentation built on June 13, 2025, 3:57 a.m.