mts_isEmpty | R Documentation |
Convenience function for nrow(mts$data) == 0
.
This makes for more readable code in functions that need to test for this.
mts_isEmpty(mts)
mts |
mts object |
TRUE
if no data exist in mts
, FALSE
otherwise.
library(MazamaTimeSeries)
mts_isEmpty(example_mts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.