what.is | R Documentation |
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. |
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.
A list with following elements:
A data frame with the class(es), type, mode and storage mode of the object as well as the dim, length and object.size.
A named character vector giving all attributes (c.f. “names”, “row.names”, “class”, “dim”, and so forth) along with their length.
A character vector of all the
identifier functions. (starting with “is.”) that yield
TRUE
when used with x
as argument.
When x is a function, results of
ftype
are added.
Dominic Comtois, dominic.comtois@gmail.com
class
, typeof
, mode
,
storage.mode
, dim
, length
,
is.object
, otype
,
object.size
, ftype
what.is(1) what.is(NaN) what.is(iris3) what.is(print) what.is(what.is)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.