Last chance! 50% off unlimited learning
Sale ends in
This is where the actual work is done
calculate.result(path, compression, force.recalc, show.message, fun, ...)
path to save cache
compression used in save
force to recalculate cache
boolean to show messages
function to be called
arguments to said function ,
result of fun(...)
# NOT RUN {
loose.rock:::calculate.result(
file.path(tempdir(),'calculate.result.Rdata'),
'gzip',
FALSE,
TRUE,
sum,
1, 2, 3
)
# }
Run the code above in your browser using DataLab