is_provenance {edibble} | R Documentation |
Check if an object is an instance of the "Provenance" class.
Description
This function determines whether the given object is an instance of the "Provenance" class.
Usage
is_provenance(x)
Arguments
x |
An object to be checked for its class membership. |
Value
TRUE
if the object is an instance of the "Provenance" class,
FALSE
otherwise.
[Package edibble version 1.1.1 Index]