Obtain Extended Properties of Objects
Combination of most common macro-level functions that describe an object.
what.is(x, ...)
x
: Any object....
: Included for backward-compatibility only. Has no real use.A list with following elements:
TRUE
when used with x
as argument.ftype
are added.An alternative to calling in turn class
, typeof
, dim
, and so on. A call to this function will readily give all this information at once.
what.is(1) what.is(NaN) what.is(iris3) what.is(print) what.is(what.is)
class
, typeof
, mode
, storage.mode
, dim
, length
, is.object
, otype
, object.size
, ftype
Dominic Comtois, dominic.comtois@gmail.com