Learn R Programming

dataset (version 0.3.1)

describe: Describe a dataset object

Description

Print to the screen an easy-to-read summary of a the attributes of a dataset.

Usage

describe(x)

# S3 method for dataset describe(x)

Value

No object is returned, but they key attributes are printed on the screen.

Arguments

x

A dataset object created with dataset::dataset.

Details

A convenience function to review the most important attributes of a dataset object. The dataset class adds a wide range of metadata as attributes to data.frame, tibble, data.table or similar R object that contains tabular data. Overviewing these attributes becomes cumbersome with base R attributes().

Examples

Run this code
describe(iris_dataset)

Run the code above in your browser using DataLab