Returns landings data from the openfisheries API
of_landings.Rd
The function returns aggregate landings data if no parameters are supplied. One could get country or species-specific data by specifying either one of those options. Country must be provided as the iso3c
code and species must be supplied as a3_code. Supporting functions country_codes
and species_codes
provide that data and can be combined to return data for multiple countries or species.
Usage
of_landings(country = NA, species = NA, foptions = list())