powered by
Get airport codes by city
airport_codes_by_city(the_city, the_state = "")
string, name of US city
string, optional, two-letter code for US state
data frame with Code, City, State, and Airport
# NOT RUN { airport_codes_by_city("New York") airport_codes_by_city("Greenville", "NC") # }
Run the code above in your browser using DataLab