pecc_count | R Documentation |
Take a dataframe, the name of two columns and a boolen one, compute percentage for each combination.
pecc_count(df, metric, col1, col2)
df |
Name of the dataframe to analyse |
metric |
Name of the column metric (NSA) |
col1 |
Name of the first column |
col2 |
Name of the second column |
Thibaud Derippe
pecc_count(mtcars,metric = vs, col1 = cyl, col2 = carb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.