powered by
Show the contents of a data frame
contents(.data)
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.
data.table
.data
class()
A data frame or data table
contents(ToothGrowth)
Run the code above in your browser using DataLab