is.memo {memofunc} | R Documentation |
Is Memo
Description
Checks whether the passed function is a memo function.
Usage
is.memo(f)
Arguments
f |
function, memo or otherwise |
Value
TRUE
if memo function, FALSE
otherwise
[Package memofunc version 1.0.2 Index]