powered by
Convenience function for nrow(sensor$meta) == 0. This makes for more readable code in functions that need to test for this.
nrow(sensor$meta) == 0
sensor_isEmpty(sensor)
sensor object
TRUE if no data exist in sensor, FALSE otherwise.
TRUE
sensor
FALSE
# NOT RUN { example_sensor <- pat_createAirSensor(example_pat) sensor_isEmpty(example_sensor) # }
Run the code above in your browser using DataLab