powered by
Symbolic interval
is.sym.interval(x)
returns TRUE if its argument's value is a symbolic_vector and FALSE otherwise.
an object to be tested
x <- sym.interval(1:10) is.sym.interval(x) is.sym.interval("d")
Run the code above in your browser using DataLab