R/do.R

do <- function(...) {
  args <- list(...)
  # prevents lazy evalutation
  force(args)
  forget(path(args))
}

Try the kriens package in your browser

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

kriens documentation built on May 1, 2019, 10:50 p.m.