Learn R Programming

SunsetTSA (version 1.0.0)

airport_codes_by_name: Get airport code by airport name

Description

Get airport code by airport name

Usage

airport_codes_by_name(the_airport)

Arguments

the_airport

string, name or partial name of airport

Value

data frame with Code, City, State, and Airport

Examples

Run this code
# NOT RUN {
airport_codes_by_name("Kennedy")

# }

Run the code above in your browser using DataLab