kable_table: Create a kable table basen on chosen Rmarkdown format (latex...

View source: R/common_kable_table.R

kable_tableR Documentation

Create a kable table basen on chosen Rmarkdown format (latex or html). Special case if only one column in the input dataframe.

Description

Create a kable table basen on chosen Rmarkdown format (latex or html). Special case if only one column in the input dataframe.

Usage

kable_table(table, format, ...)

Arguments

table

A data frame.

format

A string of the Rmarkdown format. Possible values "latex" or "html". Not tested with other values like "markdown", "pandoc", and "rst".

...

All other arguments that can be passed to the kable() function.

Value

A kable dataframe.


UUPharmacometrics/pmutils documentation built on July 4, 2023, 1:15 a.m.