Fecha de la ultima revisión

## [1] "2021-02-01"

Aceso a datos de los vuelos que salen del aeropuesto de San Juan

https://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236


Another package to get information about flights but it does not include SJU.

library(anyflights)
#get_airports(dir = NULL)


#pdxflightsSJU <- anyflights("RIL", 2019, 1)

#get_airlines(flights_data = get_flights("LMM", 2018,1))

airports=get_airports(dir = NULL)
head(airports)
faanamelatlonalttzdsttzone
AAFApalachicola Regional Airport29.7-85  20       -5AAmerica/New_York
AAPAndrau Airpark29.7-95.679       -6AAmerica/Chicago
ABELehigh Valley International Airport40.7-75.4393       -5AAmerica/New_York
ABIAbilene Regional Airport32.4-99.71.79e+03-6AAmerica/Chicago
ABLAmbler Airport67.1-158  334       -9AAmerica/Anchorage
ABQAlbuquerque International Sunport35  -107  5.36e+03-7AAmerica/Denver
#airports %>% select(faa) %>% 
#  filter(faa=="MIA")






  
  
#head(pdxflightsSJU)