monitor_isValid {AirMonitor}R Documentation

Test mts_monitor object for correct structure

Description

The mts_monitor is checked for the presence of core meta and data columns.

Core meta columns include: (TODO: complete this list)

Core data columns include:

Usage

monitor_isValid(monitor = NULL, verbose = FALSE)

Arguments

monitor

mts_monitor object

verbose

Logical specifying whether to produce detailed warning messages.

Value

Invisibly returns TRUE if mts_monitor has the correct structure, FALSE otherwise.


[Package AirMonitor version 0.4.0 Index]