tt_meta {tatoo}R 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


[Package tatoo version 1.1.2 Index]