View source: R/symbolic_objects.R
is.sym.interval | R Documentation |
Symbolic interval
is.sym.interval(x)
x |
an object to be tested |
returns TRUE if its argument's value is a symbolic_vector and FALSE otherwise.
x <- sym.interval(1:10)
is.sym.interval(x)
is.sym.interval("d")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.