corridor_country: corridor_country

Description Usage Arguments Value Examples

View source: R/corridoR.R

Description

This function allows you to find and search the right country code associated with the Northern Corridor Data. If no argument is filed, all countries' ISO code will be displayed.

Usage

1

Arguments

country

The name of the country

Value

Country's ISO code.

Examples

1
2
3
mycountry <- corridor_country()
mycountry <- corridor_country(country = "Canada")
mycountry <- corridor_country("Canada")

warint/corridoR documentation built on Oct. 21, 2021, 1:31 a.m.