airport_codes_by_city: Get airport codes by city

Description Usage Arguments Value Examples

View source: R/airport_codes.R

Description

Get airport codes by city

Usage

1
airport_codes_by_city(the_city, the_state = "")

Arguments

the_city

string, name of US city

the_state

string, optional, two-letter code for US state

Value

data frame with Code, City, State, and Airport

Examples

1
2
airport_codes_by_city("New York")
airport_codes_by_city("Greenville", "NC")

SunsetTSA documentation built on Dec. 16, 2019, 5:43 p.m.