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()


tabxplor documentation built on April 3, 2025, 8:56 p.m.