Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
knitr::opts_chunk$set( fig.path = "README/README-fig-" )
Install the package with:
install.packages("rtimicropem")
Or install the development version using devtools with:
library("devtools") install_github("ropensci/rtimicropem") # Introduction ```r library("knitr") library("dplyr")
This package aims at supporting the analysis of PM2.5 measures made with RTI MicroPEM. RTI MicroPEM are personal monitoring devices (PM2.5 and PM10) developed by RTI international.
The goal of the package functions is to help in two main tasks:
Checking individual MicroPEM output files after, say, one day of data collection.
Building a data base based on output files, and clean and transform the data for further analysis.
For more information check out the package website, in particular the introductory vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.