summarizeByPK | R Documentation |
Summarize values by Primary Key
summarizeByPK(x, pk, collapse = "|")
x |
a |
pk |
columns containing the Primary Key (column names or indexes) |
collapse |
characters to collapse non numeric values passed to |
a data.frame
with a unique value for each PK. Mean for numeric values and a collapsed values for no numeric variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.