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