new_provenance_from_source: New provenance from source

View source: R/class_Provenance.R

new_provenance_from_sourceR Documentation

New provenance from source

Description

Create a new Provenance object from a recognized source.

Usage

new_provenance_from_source(source)

Arguments

source

character provenance type. Available options include "national", "regional", or "missing".

Value

A Provenance object.

Examples

# create a provenance
x <- new_provenance_from_source("missing")

# print object
print(x)


NCC-CNC/wheretowork documentation built on Feb. 27, 2025, 6:11 p.m.