read_aermod_inp: Read AERMOD input file

View source: R/read_aermod_inp.R

read_aermod_inpR Documentation

Read AERMOD input file

Description

Read an aermod.inp file into an AERMOD input table.

Usage

read_aermod_inp(file, as_one_df = TRUE)

Arguments

file

File location. Defaults to "aermod.inp".

as_one_df

TRUE or FALSE. Return all inputs in a single wide data frame. If FALSE, 5 data frames are returned in a list: (1) control (2) sources (3) receptors (4) meteorology (5) output

Examples

## Not run: 
read_aermod_inp(file = "aermod.inp")

## End(Not run)

dKvale/aermod documentation built on July 5, 2023, 4:25 a.m.