addKable_html: A convenient method to add kable into a RMarkdown document

Description Usage Arguments Value

View source: R/kable_function.R

Description

A convenient method to add kable into a RMarkdown document

Usage

1
addKable_html(data_frame, all_before = FALSE, var.width = 50, caption = NULL)

Arguments

data_frame

a data.frame, containing the data to add

all_before

a boolean vector of length one, indicatig if all column must be before strata column. Default to FALSE

var.width

a numeric vector of length one, containing the witdh of the variable column

caption

a character vector of length one, containing the caption of the table

Value

a knitr::kable


rgriffier/statsBordeaux documentation built on Aug. 11, 2021, 9:59 a.m.