R/cleancall.R

Defines functions call_with_cleanup

call_with_cleanup <- function(ptr, ...) {
  .Call(cleancall_call, pairlist(ptr, ...), parent.frame())
}
hadley/purrr documentation built on Nov. 4, 2023, 3:22 a.m.