Learn R Programming

hmi (version 0.9.16)

is_interval: Function to check whether an object is an interval

Description

If there are numerics separated by semicolons (;), this is considered to be an interval. intervals with 2.4e5 are not considered to be an interval.

Usage

is_interval(x)

Arguments

x

an object

Value

a boolean value indicting whether x is an interval or not