warnLargeData {dataCompareR} | R Documentation |
Checks if there are more than 20E6 elements for comparison. If there are, spits out a warning message that the calculation may run slowly
warnLargeData(nrow_dfa, ncol_dfa, nrow_dfb, ncol_dfb)
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 |
Nothing