vqdiff: Views the Diff of Two Values

Description Usage Arguments Details Value See Also

Description

Computes the difference between two values, actual and expected, and then views it.

Usage

1
2
3
4
5
vqdiff.value(actual, expected, tolerance)

vqdiff.cell(row, col, actual, expected, tolerance)

vqdiff.table(actual, expected, tolerances = NULL, drop = TRUE)

Arguments

actual

the actual value.

expected

the expected value.

tolerance

the error tolerance.

row

the row that the cell is a member of.

col

the column that the cell is a member of within the given row.

tolerances

a list of tolerance values, on a per-column basis.

drop

whether or not to keep information on cells that are determined to be the same.

Details

Determines the difference using qdelta, and compares against the given tolerance level.

Value

A dataframe consisting of the diff data.

See Also

qdiff


RlonRyan/QuikR documentation built on May 14, 2019, 3:09 a.m.