Skip to content

privefl/runonce

Repository files navigation

R build status Codecov test coverage

runonce

Run once and save result. Then, just read the result.

Code example

tmp <- tempfile(fileext = ".rds")

save_run({
  Sys.sleep(2)
  1
}, file = tmp)

save_run({
  Sys.sleep(2)
  1
}, file = tmp)

About

Run once and save result. Then, just read the result.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages