demo/daily1.R

####################################################################################################
# Get the daily temperature amd precipitation at station no 180 between 01/01/2013 and 05/01/2013  #
####################################################################################################
library(wsklimaR)
tmp <- wsklimaR::getValues(timeserietypeID="0",fromPeriod="20130101",toPeriod="20130105",stations="180",elements=c("TAM","RR"))
str(tmp)
head(tmp)
nexModeling/wsklimaR documentation built on May 23, 2019, 4:28 p.m.