| sensor_isEmpty | R Documentation |
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 |
sensor object |
TRUE if no data exist in sensor, FALSE otherwise.
example_sensor <- pat_createAirSensor(example_pat)
sensor_isEmpty(example_sensor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.