Description Usage Arguments Value Examples
This is where the actual work is done
1 | calculate.result(path, compression, force.recalc, show.message, fun, ...)
|
path |
path to save cache |
compression |
compression used in save |
force.recalc |
force to recalculate cache |
show.message |
boolean to show messages |
fun |
function to be called |
... |
arguments to said function , |
result of fun(...)
1 2 3 4 5 6 7 8 | loose.rock:::calculate.result(
file.path(tempdir(),'calculate.result.Rdata'),
'gzip',
FALSE,
TRUE,
sum,
1, 2, 3
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.