PWFSLSmoke (version 1.2.100)

monitor_isMonitor: 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

Run this code
# NOT RUN {
monitor_isEmpty(Carmel_Valley)
# }

Run the code above in your browser using DataLab