Description Usage Arguments Value Examples
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.
1  | of_landings(country = NA, species = NA, foptions = list())
 | 
country | 
 Default is   | 
species | 
 Default is   | 
foptions | 
 additional optional parameters  | 
data.frame
1 2 3 4 5 6 7 8  | ## Not run: 
of_landings()
# Landings by country
of_landings(country = 'CAN')
#landings by species
of_landings(species = 'COD')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.