R/cleancall.R

Defines functions call_with_cleanup

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

globalVariables("cleancall_call")

Try the oskeyring package in your browser

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

oskeyring documentation built on April 11, 2023, 6:02 p.m.