prevEstendida: Retrieve 14 days weather forecast data from CPTEC/INPE

View source: R/prevEstendida.R

prevEstendidaR Documentation

Retrieve 14 days weather forecast data from CPTEC/INPE

Description

This function allows the user to retrieve data from CPTEC/INPE weather forecast API for the next 14 days. The data frame returned contain maximum and minimum temperature and weather condition (tempo).

Usage

prevEstendida(id)

Arguments

id

The city's ID

Value

The function returns a data frame printed by city id

Author(s)

Renato Prado Siqueira rpradosiqueira@gmail.com

See Also

prev7dias

Examples

## Requesting weather forecast from the city of Campo Grande/MS
prevEstendida(225)

## Requesting weather forecast from the city of Rio de Janeiro/RJ
prevEstendida(241)


cptec documentation built on June 8, 2022, 1:06 a.m.