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 toTRUE
to suppress messages about replaced values. Default:FALSE
.- warn_unmatched
Passed to
controller::control()
. Set toFALSE
to suppress warnings about unmatched values. Default:TRUE
.