ssummary: Formated summary

View source: R/Untitled.R

ssummaryR Documentation

Formated summary

Description

The exact output of summary but formatted to markdown.

Usage

ssummary(columna, var_name = "Variable", caption = "", decimals = 3, formato = "markdown", na = TRUE)

Arguments

columna

Column to make the summary.

var_name

Name to appear on the output table.

caption

Table caption, passed to function kable().

decimals

Number of decimals in the table.

formato

Argument to pass to kable function.

na

Should the output show missing values?.

Examples

ssummary(mtcars$mpg)
ssummary(mtcars$wt, var_name = "Wt")

ValeriaRolle/auxfun documentation built on June 29, 2023, 5:28 p.m.