kable_output: kable_output

kable_outputR Documentation

kable_output

Description

IF not render then show the table and copy it to clipboard in latex format. Round & decimal mark also managed

Usage

kable_output(
  .data,
  align = NULL,
  round_digits = NULL,
  plus_sign = FALSE,
  hun = FALSE,
  same_digits = FALSE,
  verticals = FALSE,
  .keep_lines = c(1, 2, -1),
  force_large = FALSE,
  caption = NULL,
  text_contained = NULL,
  ...
)

Value

knitr::kable output overview_print

Examples

kable_output(iris)

MarcellGranat/granatlib documentation built on July 9, 2023, 6:08 a.m.