| pander {skimr} | R Documentation |
Render data frames as markdown
pander(x, caption = attr(x, "caption"), ...) pander.skim_df(x, caption = attr(x, "caption"), ...) pander.summary_skim_df(x, ...)
x |
Object to be processed |
caption |
A character scalar specifying the table's caption. |
... |
Further arguments passed to or from other methods. |
pander: Produce pander output
pander.skim_df: Produce pander output of a skimmed data frame
pander.summary_skim_df: Pander method for a summary_skim_df object