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 Feb. 2, 2025, 12:14 p.m.