Skip to contents

Controls whether empty columns are automatically hidden.

Usage

set_spec_hide_empty(spec, hide)

Arguments

spec

A TableSpec or SummarySpec object

hide

Logical value

Value

Modified spec

Examples

spec <- TableSpec() |>
  set_spec_hide_empty(FALSE)