tt_meta: Tagged Table Metadata

View source: R/Tagged_table.R

tt_metaR Documentation

Tagged Table Metadata

Description

Create a TT_meta (tagged table metadata) object. In the future, different styling will be supported for title, longtitle and subtitle to make the distinction more meaningful.

Usage

tt_meta(
  table_id = NULL,
  title = NULL,
  longtitle = title,
  subtitle = NULL,
  footer = NULL,
  .print_table_id = FALSE
)

Arguments

table_id

A scalar (will be coerced to character)

title

A scalar (will be coerced to character)

longtitle

A vector. If length > 1 the title will be displayed in several rows

subtitle

A vector. If length > 1 the title will be displayed in several rows

footer

A vector. If length > 1 the title will be displayed in several rows

.print_table_id

logical vector. Whether or not table_id should be added to the title of the table in the various output formats. It is recommended to use table_ids only internally (i.e. for walk_regions()).

Value

a TT_meta object.

See Also

Tagged_table


tatoo documentation built on March 31, 2023, 8:16 p.m.