Learn R Programming

skynet (version 1.0.1)

findAirport: Find Airport function

Description

Searches for airport information based on its IATA code or city name It will display multiple airports as it works with partial names.

Usage

findAirport(x)

Arguments

x

airport IATA code or city name

Examples

Run this code
# NOT RUN {
findAirport("Atlanta")

findAirport("ATL")
# }

Run the code above in your browser using DataLab