Learn R Programming

SunsetTSA (version 1.0.0)

airport_codes_by_state: Get all airport codes in a state

Description

Get all airport codes in a state

Usage

airport_codes_by_state(the_state)

Arguments

the_state

string, two-letter code for a US state

Value

data frame with Code, City, State, and Airport

Examples

Run this code
# NOT RUN {
airport_codes_by_state("RI")
# }

Run the code above in your browser using DataLab