PWFSLSmoke (version 1.2.100)

monitor_isEmpty: Test for an Empty ws_monitor Object

Description

Convenience function for nrow(ws_monitor$meta) == 0. This makes for more readable code in the many functions that need to test for this.

Usage

monitor_isEmpty(ws_monitor)

Arguments

ws_monitor

ws_monitor object

Value

TRUE if no monitors exist in ws_monitor, FALSE otherwise.

Examples

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

Run the code above in your browser using DataLab