kehra

Collect, Assemble and Model Air Pollution, Weather and Health Data


License
GPL-3.0

Documentation

kehra: an R package to collect, assemble and model air pollution, weather and health data

DOI CRAN Status Badge CRAN Total Downloads CRAN Monthly Downloads

Collect, assemble and model air pollution, weather and health data is a Big Data problem. Here are some utility functions developed as part of the British Council's funded KEHRA project.

Dependencies

The kehra package is dependent on a number of CRAN packages. Install them first:

install.packages(c("Hmisc", "raster", "reshape2", "stringr", "sp", "xts", "zoo"))
library(devtools)

Installation

The stable version of the kehra package is available from CRAN:

install.packages("kehra")

This github repository contains the development version (latest version but potentially unstable), which can be installed via devtools:

install_github("cvitolo/r_kehra", subdir = "kehra")

Now, load the kehra package:

library(kehra)

Leave your feedback

I would greatly appreciate if you could leave your feedbacks via email (cvitolodev@gmail.com).