Alternate diatom code mapping
diatom_code_abbr_mapping.Rd
A named character vector mapping common alternate diatoms codes.
Format
A named character vector
- name attribute
The "alternate" name.
- value attribute
The "correct" name.
Examples
# \donttest{
diatom_code_abbr_mapping[c("CPLA", "ALTG", "CAFF")]
#> CPLA ALTG CAFF
#> "CPLA" "ALTG" "CAFF"
# }