Detect and fix malformed radiocarbon laboratory identifiers
Source:R/c14_lab_id.R
c14_fix_lab_id.Rd
c14_is_lab_id()
tests whether a lab ID matches the conventional format,
e.g. "OxA-1234"
or "OxA 5678"
.
c14_fix_lab_id()
attempts to coerce malformed lab IDs into this format, by
fixing common issues and variant forms.
Value
c14_is_lab_id()
returns a logical vector the same length as x
.
c14_fix_lab_id()
returns x
with values replaced to match the conventional
format where possible.