getMetaData: Get metadata from "Estaciones Agroclimaticas de Andalucia"

Description Usage Arguments Value Author(s) Examples

Description

This function retrives the metadata of the targeted meteorological station.

See https://www.juntadeandalucia.es/agriculturaypesca/ifapa/ria/servlet/FrontController?action=Init for explanation of the data and codes.

Usage

1
getMetaData(provincia = NA, estacion = NA, nombre_estacion = NA)

Arguments

provincia

numerial code of the target province

estacion

numerical code of the target meteorogical station.

nombre_estacion

name of the meteorological station (optional). Only used as label.

Value

onw row data.frame with metadata of the station

Author(s)

Ignasi Bartomeus nacho.bartomeus@gmail.com

Examples

1
2
3
4
5
6
7
8
## Not run: 
provincia <- c(41,11)
estacion <- c(5,1)
nombre_estacion <- c("Aznalcollar", "Basulta")
getMetaData(provincia, estacion, nombre_estacion)
getOneMetaData(41, 5, "aznalcollar")

## End(Not run)

SevillaR/Andaclima documentation built on May 9, 2019, 1:23 p.m.