Skip to contents

Thin wrapper over knitr::kable so notebook ## Outputs tables share one style and a single call site to restyle later. Returns x unchanged if knitr is unavailable.

Usage

report_table(x, caption = NULL)

Arguments

x

a data.frame / tibble

caption

optional table caption

Value

a knitr_kable object (or x)