warnLargeData: Warn users if the calculation is likely to be slow

Description Usage Arguments Value

View source: R/rc_rCompare.R

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

1
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


dataCompareR documentation built on Nov. 23, 2021, 9:06 a.m.