Description Usage Arguments Examples
View source: R/consolidate_duplicates.R
Utility function for consolidating duplicates.
1 | consolidate(df, summary_parsing, ..., by_cols = NA)
|
df |
Dataframe to consolidate. |
summary_parsing |
Functions to apply in the summarize function. |
... |
Columns by which to group for summarize(). |
by_cols |
Alternative argument to allow for passing through the columns by which to group. |
1 | consolidate_duplicates(mtcars, list(mean_hp = rlang::quo(mean(hp))), cyl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.