compare_MDB {TKCat} | R Documentation |
Compare two MDB objects
Description
Compare two MDB objects
Usage
compare_MDB(former, new)
Arguments
former |
an MDB object |
new |
an MDB object |
Value
A tibble with 4 columns:
-
Information: Compared information
-
Former: value for the former object
-
New: value for the new object
-
Identical: a logical indicating if the 2 values are identical
[Package TKCat version 1.1.11 Index]