# Create an fe_species_master object
spec_ids <- fe_species_master(
c("picea_001", "fagus_001", "quercus_002", "quercus_001")
)
# Display in default style, scientific names, English, and German names
format(spec_ids)
format(spec_ids, spec_lang = "sci")
format(spec_ids, spec_lang = "eng")
format(spec_ids, spec_lang = "ger")
# Usual application: Set option for species code output
# Any print of an fe_species object will use the last setting of the option
options(fe_spec_lang = "eng")
spec_ids
Run the code above in your browser using DataLab