Pivot table result of transforming a data frame with a column with data from two label fields
Source:R/data.R
pf_ex_compact.Rd
Pivot table result of transforming a data frame in compact table format: with a column with data from two label fields.
See also
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"))