plt_cols: Internal function for selecting columns of AERMOD.PLT output...

plt_colsR Documentation

Internal function for selecting columns of AERMOD.PLT output file

Description

Return a column specification for the use with readr::read_fwf().

Usage

plt_cols(
  path,
  cols = c(X = "X", Y = "Y", CONC = "AVERAGE CONC", ID = "NET ID"),
  skip = 6
)

Arguments

path

a string for the path of PLT file

cols

a character vector to select and optionally rename columns of the PLT file

skip

number of rows to skip

Value

a tibble, identical in structure to the return value of readr::fwf_positions()


maxbre/myRfuns documentation built on April 15, 2022, 5:45 a.m.