Rdocumentation
powered by
Learn R Programming
ggloop (version 0.1.0)
what: Console function for determing: class, type, mode, and names of an object.
Description
Console function for determing: class, type, mode, and names of an object.
Usage
what(x, SIMPLIFY = TRUE)
Arguments
x
An object.
SIMPLIFY
Option to simplify result to a vector (deafult is
TRUE
). Result is a list if
FALSE
.