corridor_data.RdThis 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 = "")
| country | Countries' ISO code. |
|---|---|
| port | Port's name |
Data for the country and port requested
df <- corridor_data(country = "USA",port = "") df <- corridor_data(country = "",port = "") df <- corridor_data(country = "",port = "QUEBEC")