readIFAPA: Climatic data from "Instituto de Investigacion y Formacion...

Description Usage Arguments Value Author(s) Examples

Description

Function to download and read data from one station

## @param file the name of the file for the download

Usage

1
readIFAPA(c_province, c_station, start = "31-01-2000", end = "31-12-2020")

Arguments

c_province

string with the code of the province

c_station

string with the code of the station

start

start date for download

end

end date for download data

Value

A data.frame with the data download after some transformations

Author(s)

Manuel Munoz-Marquez manuel.munoz.marquez@gmail.com

Examples

1
2
3
4
 ## Not run: 
readIFAPA(c_province = '11', c_station = '5', start = "01-01-2010", end = '31-01-2010')

## End(Not run)

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