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