Description Usage Arguments Details Value Author(s)
This function will print object details to the console for each column in a data.frame
, data.table
,
or an individual vector.
1 | col_info(x)
|
x |
A |
Currently, the function will return the mode
, storage.mode
, and class
of
an object. It will also specify whether or not the object is a factor.
While the storage.mode
and class
of an object are often identical, they may not be,
e.g. when a vector has been encoded as a factor.
data.frame
containing the mode
, class
, storage.mode
, and factor
status.
Ryan Kyle, ryan.kyle@mail.mcgill.ca
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.