warnLargeData {dataCompareR} | R Documentation |
Warn users if the calculation is likely to be slow
Description
Checks if there are more than 20E6 elements for comparison. If there are, spits out a warning message that the calculation may run slowly
Usage
warnLargeData(nrow_dfa, ncol_dfa, nrow_dfb, ncol_dfb)
Arguments
nrow_dfa |
number of rows in first data frame |
ncol_dfa |
number of columns in first data frame |
nrow_dfb |
number of rows in second data frame |
ncol_dfb |
number of columns in second data frame |
Value
Nothing
[Package dataCompareR version 0.1.4 Index]