is_cubble {cubble} | R Documentation |
Predicate functions on the object class
Description
Predicate functions on the object class
Usage
is_cubble(data)
is_cubble_spatial(data)
is_cubble_temporal(data)
is_sf(data)
is_tsibble(data)
Arguments
data |
an object to test for the class |
Value
a logical value of TRUE/FALSE
Examples
is_cubble(stations)
is_cubble(meteo)
is_cubble(climate_flat)
is_cubble(climate_mel)
is_cubble(climate_aus)
is_cubble_spatial(climate_aus)
is_cubble_temporal(climate_aus)
[Package cubble version 0.3.2 Index]