Learn R Programming

edibble (version 1.1.0)

is_provenance: 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)

Value

TRUE if the object is an instance of the "Provenance" class, FALSE otherwise.

Arguments

x

An object to be checked for its class membership.