Skip to contents

Sets the table header title.

Usage

set_spec_title(spec, title)

Arguments

spec

A TableSpec or SummarySpec object

title

Character string for the table title

Value

Modified spec

Examples

spec <- TableSpec() |>
  set_spec_title("Parameter Estimates")