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 = getOption("mc.cores"), ...)
data |
data.frame |
f |
factor |
mc.cores |
integer scalar, see function mclapply.
Default is 1L on Windows, or detectCores on Mac.
CRAN requires |
... |
additional parameters, currently not in use |
Function aggregate.data.frame does not do parallel computing.
Function collapse::collap
does not support Surv column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.