corridor_port.Rd
This function allows you to find and search port's name included in the Northern Corridor data. If no argument is filled, all ports included in the Northern Corridor data will be displayed.
corridor_port(port)
port | The name of the port |
---|
Port's name included in the Northern Corridor data
myport <- corridor_port() myport <- corridor_port(port = "HOUSTON") myport <- corridor_port("HOUSTON")