Learn R Programming

skimr (version 1.0)

pander.skim_df: Produce pander output of a skimmed data frame

Description

Produce pander output of a skimmed data frame

Usage

# S3 method for skim_df
pander(x, caption = attr(x, "caption"), ...)

Arguments

x

R object (typically a skimmed data frame)

caption

caption(string) to be shown under the table

...

other arguments.

Value

The original skim_df object.

See Also

pander