summary.skim_df: Summary function for skim_df

View source: R/summary.R

summary.skim_dfR 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)

ropenscilabs/skimr documentation built on Jan. 25, 2023, 4:52 a.m.