what.is(x, show.all = FALSE, ignore.size.warn = FALSE)
TRUE
, all logical results from the FALSE
by default.TRUE
to force execution of the function for large (>20 K bytes) objects. Defaults to FALSE
.TRUE
; show.all=TRUE
)class
, typeof
, dim
, and so on, a single call to what.is
will readily give all that information.what.is(1)
what.is(NaN)
what.is(iris3)
Run the code above in your browser using DataLab