Skip to contents

Return the provenance record attached by attach_provenance(), or NULL when none is present.

Usage

get_provenance(x)

Arguments

x

An object that may carry a whep_provenance attribute.

Value

The provenance tibble, or NULL.

Examples

get_provenance(tibble::tibble(value = 1))
#> NULL