Learn R Programming

flattabler (version 2.1.2)

pf_ex_compact: 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

Arguments

Format

Apivot_table object.

See Also

df_ex_compact

Other pivot table: pt_ex

Examples

Run this code
# Defined by:

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

Run the code above in your browser using DataLab