species_acronym {fqar} | R Documentation |
species_acronym()
accepts a species and a database inventory and
returns the acronym of the species within that database. Either a numeric
database ID from universalfqa.org or a
homemade inventory with the same format may be specified.
species_acronym(species, database_id = NULL, database_inventory = NULL)
species |
The scientific name of the plant species of interest |
database_id |
ID number of an existing database on
universalfqa.org. Use
|
database_inventory |
An inventory of species having the same form as one
created using
|
The acronym of the given species within the given database.
species_acronym("Anemone canadensis", database_id = 149)