| pander {skimr} | R Documentation |
Render data frames as markdown
## S3 method for class 'skim_df' pander(x, caption = attr(x, "caption"), ...) ## S3 method for class 'summary_skim_df' pander(x, ...)
x |
an R object |
caption |
A character scalar specifying the table's caption. |
... |
optional parameters passed to special methods and/or raw |
skim_df: Produce pander output of a skimmed data frame
summary_skim_df: Pander method for a summary_skim_df object