Learn R Programming

cptec (version 0.1.1)

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)

Value

The function returns a data frame

See Also

estacoes_metar

Examples

Run this code
# NOT RUN {
## Requesting weather condition from SBGR and SBTK stations
metar(c("SBGR", "SBTK"))

## Requesting weather condition from SBVG (Varginha) station
metar("SBVG")

# }

Run the code above in your browser using DataLab