table.diff: Computes the difference of two values, with the given...

Description Usage Arguments

View source: R/tablediff.R

Description

Computes the difference of two values, with the given precision.

Diffs two tables and opens the result in a viewer.

Usage

1
2
3
4
table.diff(a, e, digits = 4, incl.a = FALSE, incl.e = FALSE,
  incl.d = TRUE, drop = FALSE)

table.vdiff(a, e, ...)

Arguments

a

the actual value.

e

the expected value.

digits

the number of decimal places to round values to.

incl.a

if the acutal value for each row should be included in the result.

incl.e

if the expected value for each row should be included in the result.

incl.d

if the delta value for each row should be included in the result.

drop

if non-differing rows should be dropped from the result.


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