R/cleancall.R

Defines functions call_with_cleanup

call_with_cleanup <- function(ptr, ...) {
  .Call(c_cleancall_call, pairlist(ptr, ...), parent.frame())
}
r-lib/pkgdepends documentation built on June 10, 2025, 9:51 a.m.