Skip to contents

Take an table constructed via the gt package and format it so that it will work with the pagedown report template and css files.

Usage

output_table(
  x,
  id = NULL,
  min_max_styling = FALSE,
  drop_header = FALSE,
  small = FALSE
)

Arguments

x

The gt table

id

A unique id for the table

min_max_styling

Convert min/max flags to css classes

drop_header

Drop the table header row(s)

small

Whether to render in a smaller font