Skip to contents

A wrapper to cache a computation. Put your function in as an argument, as R will only compute its value if needed. If the cache file exist, it will not be run again

Usage

BascetCacheComputation(bascetRoot, fname, value)

Arguments

fname

Name of the file to store the cache in. The extension .RDS is added automatically

Value

The value