summary.skim_df {skimr}R Documentation

Summary function for skim_df

Description

This is a method of the generic function summary().

Usage

## S3 method for class 'skim_df'
summary(object, ...)

Arguments

object

a skim dataframe.

...

Additional arguments affecting the summary produced. Not used.

Value

A summary of the skim data frame.

Examples

a <- skim(mtcars)
summary(a)

[Package skimr version 2.1.5 Index]