runonce-package {runonce}R Documentation

runonce: Run Once and Save Result

Description

Package 'runonce' helps automating the saving of long-running code to help running the same code multiple times. If you run some long-running code once, it saves the result in a file on disk. Then, if the result already exists, i.e. if the code has already been run and its output has already been saved, it just reads the result from the stored file instead of running the code again.

Arguments

timing

Whether to print timing of running code? Default is TRUE.

Author(s)

Maintainer: Florian Privé florian.prive.21@gmail.com

See Also

Useful links:


[Package runonce version 0.2.3 Index]