Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.16 KB

tutiempo

AppVeyor build status Travis build status

The tutiempo package provides meteorological data from Tutiempo.net for

  • Cambodia
  • Lao PDR
  • Malaysia
  • Myanmar
  • Philippines
  • Thailand
  • Vietnam

Until the 31st of December, 2016.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("epix-project/tutiempo")

Example

The package contains 2 data frames:

  • meteo contains de meteorological data;
  • stations contains information about the climatic stations.
library(tutiempo)
data(meteo)
data(stations)

The common key between these two packages is the station variable.