corridor_data: corridoR

Description Usage Arguments Value Examples

View source: R/corridoR.R

Description

This function allows you to find and display the Northern Corridor data according to the selected parameters. The results come from a study conducted on the Nüance-R platform. If no arguments are filled, all data will be displayed.

Usage

1
corridor_data(country = "", port = "")

Arguments

country

Countries' ISO code.

port

Port's name

Value

Data for the country and port requested

Examples

1
2
3
df <- corridor_data(country = "USA",port = "")
df <- corridor_data(country = "",port = "")
df <- corridor_data(country = "",port = "QUEBEC")

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