read_grf: read_grf

read_grfR Documentation

read_grf

Description

Treats a .GRF file as a concatenation of .PLT files. Returns a list where each element is the result of a call to [read_plt()]. Names are extracted from the header chunks in the .GRF file.

Usage

read_grf(
  path,
  ids = NULL,
  ...,
  verbose = getOption("verbose", default = FALSE)
)

Arguments

path

(character) ending in .GRF

...

passed to [read_plt()]

verbose

(logical)


BAAQMD/aertools documentation built on June 30, 2022, 9:10 p.m.