Learn R Programming

skimr (version 1.0)

skim_tee: Print useful summary statistic from a data frame returning the data frame without modification

Description

Print useful summary statistic from a data frame returning the data frame without modification

Usage

skim_tee(.data, ...)

Arguments

.data

A tbl, or an object that can be coerced into a tbl.

...

Additional options, normally used to list individual unquoted column names.

Value

The input data frame.