htmltable_quick_style: CSS for htmltable header

View source: R/htmltable_css.R

htmltable_quick_styleR Documentation

CSS for htmltable header

Description

CSS for htmltable header

Usage

htmltable_quick_style(
  tab,
  widths = rep(round(100/ncol(tab)), ncol(tab)),
  css_style_matrix = NULL,
  n_cgroup = 1,
  font_size_cell = 14,
  font_size_header = 16
)

Arguments

tab

tab

widths

Vector

css_style_matrix

matrix containing css styles of the same dimensions as tab

n_cgroup

The number of cgroups that are in your table

font_size_cell

font size cell

font_size_header

font size header


folkehelseinstituttet/fhiplot documentation built on March 25, 2022, 7:59 a.m.