Skip to contents

decorate listing

Usage

# S3 method for class 'listing_df'
decorate(
  x,
  titles = "",
  footnotes = "",
  paper = "P8",
  for_test = FALSE,
  metadata = NULL,
  ...
)

Arguments

x

A listing_df object representing the data to be decorated.

titles

Title to be added to the table.

footnotes

Footnote to be added to the table

paper

Orientation and font size as string, e.g. "P8"; "L11"

for_test

`logic` CICD parameter

metadata

Named `list` (or `NULL`) of token values used to substitute `token` placeholders in `titles`/`footnotes`. See [apply_tokens()].

...

Additional arguments. not used.

Value

No return value, called for side effects