tab_compact {tabxplor}R 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()


[Package tabxplor version 1.3.0 Index]