R/is.td.expression.R

Defines functions is.td.expression

is.td.expression <- function(x) {
    inherits(x, "td.expression")
}
 
nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.