Computes the difference of two values, with the given precision.
Diffs two tables and opens the result in a viewer.
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, ...)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.