tab_counts_one_cor {volker} | R Documentation |
Correlate categorical groups with one metric column
Description
Not yet implemented. The future will come.
Usage
tab_counts_one_cor(data, cols, cross, clean = TRUE, ...)
Arguments
data |
A tibble. |
cols |
The item columns that hold the values to summarize. |
cross |
The column to correlate. |
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]