add_footer: Add footers to the tab. Footer text is provided as a...

Description Usage Arguments Examples

Description

Add footers to the tab. Footer text is provided as a character vector, with each element being a row of the footer

Usage

1
add_footer(tab, footer_text, footer_style_names = "footer")

Arguments

tab

The core tab object

footer_text

A character vector. Each element is a row of the footer

footer_style_names

A character vector. Each elemment is a style_name

Examples

1
2
3
4
5
tab <- initialise()
footer_text <- c("Footer contents 1", "Footer contents 2")
footer_style_names <- c("subtitle", "subtitle")
tab <- add_footer(tab, footer_text, footer_style_names)
tab <- write_data_and_styles_to_wb(tab)

xltabr documentation built on May 2, 2019, 9:11 a.m.

Related to add_footer in xltabr...