what.is(x, show.all = FALSE, ignore.size.warn = FALSE)
TRUE
, all logical results from the is. identifier functions will be displayed, accompanied by a warning when only the result applies only to the first element in the structure. FALSE
by default.TRUE
to force execution of the function for large (>20 K bytes) objects. Defaults to FALSE
.TRUE
; attributes containing the names and lengths of attributes; optionally, a 4th item with all the identifier test results (when argument 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