Convenience function for nrow(sensor$meta) == 0.
This makes for more readable code in functions that need to test for this.
sensor_isEmpty(sensor)sensor object
TRUE if no data exist in sensor, FALSE otherwise.
example_sensor <- pat_createAirSensor(example_pat)
sensor_isEmpty(example_sensor)
#> [1] FALSE