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)
deviceDeploymentID
– unique identifier (see MazmaLocationUtils)deviceID
– device identifierlocationID
– location identifier (see MazmaLocationUtils)locationName
– English language namelongitude
– decimal degrees Elatitude
– decimal degrees Nelevation
– elevation of station in mcountryCode
– ISO 3166-1 alpha-2stateCode
– ISO 3166-2 alpha-2timezone
– Olson time zone
Core data
columns include:
datetime
– measurement time (UTC)
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]