pf_ex_compact: Pivot table result of transforming a data frame with a column...

pf_ex_compactR Documentation

Pivot table result of transforming a data frame with a column with data from two label fields

Description

Pivot table result of transforming a data frame in compact table format: with a column with data from two label fields.

Usage

pf_ex_compact

Format

Apivot_table object.

See Also

df_ex_compact

Other pivot table: pt_ex

Examples

# Defined by:

pf_ex_compact <- pivot_table(df_ex_compact) |>
  extract_labels(col = 1,
                 labels = c("b1", "b2", "b3", "b4", "Total general"))


flattabler documentation built on Sept. 15, 2023, 1:06 a.m.