pat_isPat: Test for correct structure in a _pat_ object

Description Usage Arguments Value Examples

View source: R/utils-paTimeseries.R

Description

The pat is checked for the 'pat' class name and presence of core meta and data columns.

Core meta columns include:

The "pwfsl", official, monitors are obtained from the USFS AirFire site using the PWFSLSmoke R package.

Core data columns include:

The "pwfsl", official, monitors are obtained from the USFS AirFire site using the PWFSLSmoke R package.

Usage

1
pat_isPat(pat = NULL)

Arguments

pat

pat object

Value

TRUE if pat has the correct structure, FALSE otherwise.

Examples

1

AirSensor documentation built on March 13, 2021, 1:07 a.m.