make_html_table: Default html table options

Description Usage Arguments Value

View source: R/make_table.R

Description

HTML version of latex table

Usage

1
2
3
4
5
6
7
8
9
make_html_table(
  df,
  caption = "",
  digits = 2,
  col_names = NA,
  row_names = NA,
  align = c("l", rep("c", ncol(df) - 1)),
  ...
)

Arguments

data.frame

and various kable options

Value

kable table


cjber/cjrmd documentation built on Nov. 19, 2021, 12:30 a.m.