install_epa: Download EPA air models

View source: R/install_epa.R

install_epaR Documentation

Download EPA air models

Description

Download the most recent version of EPA air models and install to chosen directory.

Usage

install_epa(model, dir = getwd(), add_model_folder = TRUE)

Arguments

model

Names of EPA models to download. Supply multiple models as a vector -> c("bpip", "aermod"). Options: aermap, aermet, aermod, aerscreen, bpip, makemet.

dir

Folder for installation. Defaults to working directory.

Examples

install_epa(model = c("aerscreen", "bpip"), dir = "bpip_exe")

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