View source: R/mc_identical_by.R
| mc_identical_by | R Documentation |
Check if Data Column is Identical by Grouping
mc_identical_by(data, f, mc.cores = detectCores(), ...)
data |
data.frame |
f |
factor |
mc.cores |
integer scalar, see function mclapply. Default is the return of the function detectCores. |
... |
additional parameters, currently not in use |
The function aggregate.data.frame does not do parallel computing.
The function collapse::collap does not support Surv column.
Look more into nlme:::collapse.groupedData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.