airports_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'airports_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.
data(airports_tbl_df)
A tibble with 1,458 observations and 8 variables:
FAA airport code (character).
Name of the airport (character).
Latitude of the airport (numeric).
Longitude of the airport (numeric).
Altitude of the airport (numeric).
Time zone (numeric).
Daylight saving time flag (character).
Time zone name (character).
U.S. Federal Aviation Administration (FAA).