contents | R Documentation |
Show the contents of a data frame
contents(.data)
.data |
A data frame or data table |
A data.table
with one row per column in .data
and columns
"column": The name of the column in .data
, "class": the names of classes
the column inherits from (as returned by class()
), collapsed into a single string.
contents(ToothGrowth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.