memoise_wrapper: wrapper for memoised function

Description Usage Arguments Value Author(s)

Description

wrapper of memoised function manage input storage

Usage

1
memoise_wrapper(f, db, keep.input = TRUE, ...)

Arguments

f

memoised function

db

cache object

keep.input

boolean, store the input information of the call to db$path, Default: TRUE

...

parameters passed to f

Value

memoised fucntion output

Author(s)

Jonathan Sidi


yonicd/gdigest documentation built on May 18, 2019, 11:16 a.m.