ssummary | R Documentation |
The exact output of summary but formatted to markdown.
ssummary(columna, var_name = "Variable", caption = "", decimals = 3, formato = "markdown", na = TRUE)
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?. |
ssummary(mtcars$mpg)
ssummary(mtcars$wt, var_name = "Wt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.