is.object(x)
TRUE
x
OBJECT
FALSE
class
methods
is.object(1) # FALSE is.object(as.factor(1:3)) # TRUE