tab_counts_items_grouped {volker}R Documentation

Compare the values in multiple items by a grouping column

Description

Not yet implemented. The future will come.

Usage

tab_counts_items_grouped(data, cols, cross, clean = TRUE, ...)

Arguments

data

A tibble containing item measures.

cols

The item columns that hold the values to summarize.

cross

The column holding groups to compare.

clean

Prepare data by data_clean.

...

Placeholder to allow calling the method with unused parameters from tab_counts.

Value

A volker tibble.


[Package volker version 2.0.1 Index]