is.memo
From memofunc v1.0.2
by Roy Wetherall
Is Memo
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
Community examples
Looks like there are no examples yet.