Learn R Programming

TKCat (version 1.1.14)

compare_MDB: Compare two MDB objects

Description

Compare two MDB objects

Usage

compare_MDB(former, new)

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

Arguments

former

an MDB object

new

an MDB object