fptable: Nice tables for RMarkdown

View source: R/Untitled.R

fptableR Documentation

Nice tables for RMarkdown

Usage

fptable(columna, var_name = "Variable", caption = "", na = TRUE, format = "markdown")

Arguments

columna

Column to make the table with, should be in the form of df$col.

var_name

Name of the first column.

caption

Table caption, passed to function kable().

na

Should the output show missing values?.

format

passed to kable().

Author(s)

Valeria Rolle

Examples

fptable(iris$Species)
fptable(iris$Species, var_name = "Species")
fptable(iris$Species, var_name = "Species", formato = "latex")

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