Learn R Programming

smoof (version 1.7.0)

isSmoofFunction: Checks whether the given object is a smoof_function or a smoof_wrapped_function

Description

Checks whether the given object is a smoof_function or a smoof_wrapped_function

Usage

isSmoofFunction(object)

Value

[logical(1)]

TRUE if the object is a SMOOF function or wrapped function, FALSE otherwise.

Arguments

object

[any]
Arbitrary R object.

See Also

addCountingWrapper, addLoggingWrapper