of_country_codes {rfisheries}R Documentation

Download full list of ISO-3166 alpha 3 country code.

Description

Function returns a data frame with country name and iso3c code which is required by the landings function to return country specific data

Usage

of_country_codes(foptions = list())

Arguments

foptions

additional curl options

Value

data.frame

Examples

## Not run: 
of_country_codes()

## End(Not run)

[Package rfisheries version 0.2 Index]