equalGADS | R Documentation |
GADSdat
objects are (nearly) equalRun tests to check whether two GADSdat
objects are (nearly) equal. Variable names, number of rows in the data,
meta data and data differences are checked and reported as a list output.
equalGADS(
target,
current,
id = NULL,
metaExceptions = c("display_width", "labeled"),
tolerance = sqrt(.Machine$double.eps)
)
target |
A |
current |
A |
id |
A character vector of length 1 containing the unique identifier column of both |
metaExceptions |
Should certain meta data columns be excluded from the comparison? |
tolerance |
A numeric value greater than or equal to |
More detailed checks for individual variables can be performed via inspectDifferences
and inspectMetaDifferences
.
Returns a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.