add_facade_alt: Add a facade to a tsg table (alternative way)

View source: R/facade.R

add_facade_altR Documentation

Add a facade to a tsg table (alternative way)

Description

This function adds a facade to a tsg, an alternative way to allow dynamic values and programmatic evaluation.

Usage

add_facade_alt(data, ...)

Arguments

data

a tsg data frame

...

List of supported facade items (see add_facade())

Value

A tsg object with the specified facade settings applied as attributes.

Examples

person_record |>
 generate_frequency(sex) |>
 add_facade_alt(table.offsetRow = 2, table.offsetCol = 1)

tsg documentation built on Feb. 22, 2026, 5:08 p.m.