Conveniently tests if a given raws_timeseries object is empty.

raws_isEmpty(rawsObject = NULL)

Arguments

rawsObject

raws_timeseries object

Value

TRUE if no data exists in the raws_timeseries object. FALSE otherwise

Examples

# \donttest{
library(RAWSmet)

raws_isEmpty(example_cefa_Saddle_Mountain)
#> [1] FALSE
raws_isEmpty(example_wrcc_Saddle_Mountain)
#> [1] FALSE
# }