of_species_codes {rfisheries} | R Documentation |
Download species data including three-letter ASFIS species code.
Description
Returns a data frame with scientific_name, taxocode, a3_code, isscaap, and English name. The a3_code is required by landings
to return species specific landing data.
Usage
of_species_codes(foptions = list())
Arguments
foptions |
additional optional parameters |
Value
data.frame
Examples
## Not run:
of_species_list <- of_species_codes()
## End(Not run)
[Package rfisheries version 0.2 Index]