All functions

R.cache-package

Package R.cache

addMemoization(<default>)

Creates a copy of an existing function such that its results are memoized

evalWithMemoization()

Evaluates an R expression with memoization

getCacheRootPath(<default>)

Gets the root path to the file cache directory

loadCache(<default>)

Loads data from file cache

memoizedCall(<default>)

Calls a function with memoization

saveCache(<default>)

Saves data to file cache

setCacheRootPath(<default>)

Sets the root path to the file cache directory