tab_compact: Bind a list of tabs with the same col_vars (and no tab_vars)...

tab_compactR Documentation

Bind a list of tabs with the same col_vars (and no tab_vars) into a single tab

Description

Bind a list of tabs with the same col_vars (and no tab_vars) into a single tab

Usage

tab_compact(tabs)

Arguments

tabs

A list of tabxplor_tab (or a tabxplor_tab)

Value

A tabxplor_tab

Examples


forcats::gss_cat |>
  tab_many(c(race, rincome), marital, pct = "row", color = "diff") |>
  tab_compact()


BriceNocenti/tablr documentation built on April 12, 2025, 12:56 a.m.