
Alternate diatom code mapping
diatom_code_abbr_mapping.RdA 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" 
# }