Learn R Programming

IdMappingAnalysis (version 1.16.0)

equals.UniquePairs: Check if two unique pairs data structures are identical

Description

Check if two unique pairs data structures are identical.

Usage

"equals"(this, other, ...)

Arguments

other
Another UniquePairs object the given object os compared to
verbose
if TRUE enables diagnostic messages. Default is FALSE.
...
Not used.

Value

indicating if two UniquePairs objects are equal

Examples

Run this code
pairs1<-UniquePairs$create(examples$identDfList[[1]]);
pairs2<-UniquePairs$create(examples$identDfList[[2]]);
pairs3<-pairs1;

pairs1$equals(pairs2);
pairs1$equals(pairs3);

Run the code above in your browser using DataLab