metar: Retrieve weather condition data from Metars
Description
This function allows the user to retrieve data from
airport surface stations (Metar), coded and made
available by the meteorological network of the
Aeronautics Command - REDEMET
Usage
metar(x)
Arguments
x
A character vector with the desired weather station(s) code(s)
# NOT RUN {## Requesting weather condition from SBGR and SBTK stationsmetar(c("SBGR", "SBTK"))
## Requesting weather condition from SBVG (Varginha) stationmetar("SBVG")
# }