Checks whether the passed function is a memo function.

is.memo(f)

Arguments

f

function, memo or otherwise

Value

TRUE if memo function, FALSE otherwise