Skip to contents

Returns the table header title.

Usage

get_spec_title(spec)

Arguments

spec

A TableSpec or SummarySpec object

Value

Character string

Examples

spec <- TableSpec()
get_spec_title(spec)
#> [1] "Model Parameters"