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)
Value
TRUE
if no monitors exist in ws_monitor
, FALSE
otherwise.