is.interval.Rd
Determines if an object is a strictly valid interval object.
is.interval(x)
An R object to be tested.
A logical value indicating whether the object is a valid interval.
is.interval(inter_city) #> [1] TRUE is.interval(1:4) #> [1] FALSE