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

Description Usage Arguments Value Author(s) Examples

Description

Function to download raw txt file with data from one station

Usage

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

Arguments

file

the name of the file for the download

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 file as it is from unzip the download file from server

Author(s)

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

Examples

1
2
3
4
5
 ## Not run: 
 downloadIFAPAtxt(file = 'IFAPA.txt', 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.