README.md

dev version: 0.0.0.9000

installEPA

This R package downloads a list of current EPA air models.

EPA models include:

Install

install.packages("remotes")

remotes::install_github("dKvale/installEPA")

Example

To download only AERSCREEN and BPIP:

library(installEPA)

install_epa(model = c("aerscreen", "bpip"), dir = "EPA software")`

To download all available EPA air models (this is the default):

install_epa(dir = "EPA software")


dKvale/installEPA documentation built on March 24, 2022, 5:40 p.m.