Convenience function for nrow(pas) == 0
.
This makes for more readable code in functions that need to test for this.
pas_isEmpty(pas)
Arguments
pas |
A pa_synoptic object. |
Value
TRUE
if no data exist in pas
, FALSE
otherwise.
Examples
pas <- example_pas
pas_isEmpty(pas)
#> [1] FALSE
#> [1] TRUE