Learn R Programming

autoslider.core (version 0.2.5)

decorate,listing_df-method: decorate listing

Description

decorate listing

Usage

# S4 method for listing_df
decorate(x, titles = "", footnotes = "", paper = "P8", for_test = FALSE, ...)

Value

No return value, called for side effects

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

...

Additional arguments. not used.