precomp {spant} | R Documentation |
Save function results to file and load on subsequent calls to avoid repeat computation.
Description
Save function results to file and load on subsequent calls to avoid repeat computation.
Usage
precomp(file, fun, ...)
Arguments
file |
file name to write the results. |
fun |
function to run. |
... |
arguments to be passed to fun. |
[Package spant version 2.22.0 Index]