Skip to contents

Apply gt Theme

Usage

gt_theme_northstar(
  gt_object,
  no_column_labels = TRUE,
  tab_align = "center",
  tab_size = 16,
  tab_weight = "bold",
  ...
)

Arguments

gt_object

<gt_tbl> A gt table object

tab_align

<chr> Stub text alignment, default is center

tab_size

<int> Font size, default is 16

tab_weight

Font weight, default is bold

...

Additional arguments to gt::table_options()

column_labels

<lgl> Show column labels, default is TRUE

Value

An object of class <gt_tbl>