Description Usage Arguments Value Examples
View source: R/airport_codes.R
Get airport codes by city
1 | airport_codes_by_city(the_city, the_state = "")
|
the_city |
string, name of US city |
the_state |
string, optional, two-letter code for US state |
data frame with Code, City, State, and Airport
1 2 | airport_codes_by_city("New York")
airport_codes_by_city("Greenville", "NC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.