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.

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

Arguments

country

Countries' ISO code.

port

Port's name

Value

Data for the country and port requested

Examples

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