Learn R Programming

climaemet (version 0.2.0)

get_data_aemet: Client tool for AEMET API

Description

Client tool to get data from AEMET and convert json to data.frame.

Usage

get_data_aemet(apidest, apikey, verbose = FALSE)

Arguments

apidest

Character string as destination URL. See https://opendata.aemet.es/dist/index.html.

apikey

Character string as personal API key (see https://opendata.aemet.es/centrodedescargas/obtencionAPIKey).

verbose

True/False. Provides information about the flow of information between the client and server

Value

a data.frame.