Description Usage Arguments Value Examples
View source: R/utils-paSynoptic.R
Convenience function for nrow(pas) == 0
.
This makes for more readable code in functions that need to test for this.
1 | pas_isEmpty(pas)
|
pas |
A pa_synoptic object. |
TRUE
if no data exist in pas
, FALSE
otherwise.
1 2 3 4 | pas <- example_pas
pas_isEmpty(pas)
pas <- pas %>% pas_filter(ID < 0)
pas_isEmpty(pas)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.