contents: Show the contents of a data frame

View source: R/contents.R

contentsR Documentation

Show the contents of a data frame

Description

Show the contents of a data frame

Usage

contents(.data)

Arguments

.data

A data frame or data table

Value

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.

Examples

contents(ToothGrowth)


tablecompare documentation built on Nov. 14, 2023, 9:07 a.m.