R/cleancall.R

Defines functions call_with_cleanup

Documented in call_with_cleanup

call_with_cleanup <- function(ptr, ...) {
  .Call(cleancall_call, pairlist(ptr, ...), parent.frame())
}

Try the cleancall package in your browser

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

cleancall documentation built on Oct. 26, 2022, 5:08 p.m.