airlines_tbl_df | R Documentation |
Airline names - U.S. Airlines Carrier Codes and Names
Description
The dataset name has been changed to 'airlines_tbl_df' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and assists users in identifying its specific characteristics. The suffix 'tbl_df' identifies the dataset as a tibble, helping to differentiate it from other datasets within the package. The original content of the dataset has not been modified in any way.
Usage
data(airlines_tbl_df)
Format
A tibble with 16 observations and 2 variables:
- carrier
Carrier code (character) representing the airline.
- name
Name of the airline (character).
Source
U.S. Department of Transportation.