monitor_isMonitor: Test for an correct structure of ws_monitor Object

View source: R/monitor_isMonitor.R

monitor_isMonitorR Documentation

Test for an correct structure of ws_monitor Object

Description

The ws_monitor is checked for the 'ws_monitor' class name and presence of core metadata columns:

  • monitorID – per deployment unique ID

  • longitude – decimal degrees E

  • latitude – decimal degrees N

  • elevation – height above sea level in meters

  • timezone – olson timezone

  • countryCode – ISO 3166-1 alpha-2

  • stateCode – ISO 3166-2 alpha-2

Usage

monitor_isMonitor(ws_monitor)

Arguments

ws_monitor

ws_monitor object

Value

TRUE if ws_monitor has the correct structure, FALSE otherwise.

Examples

monitor_isEmpty(Carmel_Valley)

MazamaScience/PWFSLSmoke documentation built on July 3, 2023, 11:03 a.m.