my_kbl: Standard Kable Format

Description Usage Arguments Value

View source: R/table_formatting.r

Description

Create and format a Kable with standard formatting

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
my_kbl(
  df,
  caption = NULL,
  digits = 2,
  align = NULL,
  linesep = "",
  escape = F,
  bootstrap_options = c("striped", "hover", "responsive"),
  latex_options = c("striped", "repeat_header", "HOLD_position")
)

Arguments

df

The dataframe to format as a flextable

caption

Caption to add to Kable

digits

The number of digits to round to

align

How to align the table; a vector or string for each column

linesep

Line separation vector

escape

T/F to escape special characters

bootstrap_options

Bootstrap options to be used

latex_options

LaTeX options to be used

Value

A formatted flextable object


atchley-sha/R-packageSHA documentation built on Dec. 19, 2021, 5:40 a.m.