Standardises a vector of radiocarbon sample materials use a thesaurus.
Usage
c14_control_material(
x,
thesaurus = c14_material_thesaurus,
quiet = FALSE,
warn_unmatched = TRUE
)Arguments
- x
Vector of radiocarbon sample materials.
- thesaurus
Thesaurus to use for sample materials. Defaults to the c14_material_thesaurus thesaraus included in the package.
- quiet
Passed to
controller::control(). Set toTRUEto suppress messages about replaced values. Default:FALSE.- warn_unmatched
Passed to
controller::control(). Set toFALSEto suppress warnings about unmatched values. Default:TRUE.