The matchMultiResult object is an S3 class that holds the results from the matchMulti call.
matchMulti result objects have the matched datasets inside of them.
is.matchMultiResult(x)# S3 method for matchMultiResult
print(x, ...)
# S3 method for matchMultiResult
summary(object, ...)
is.matchMultiResult: TRUE if object is a matchMultiResult object.
a matchMultiResult object (except for is.matchMultiResult, where it is a generic object to check).
Extra options passed to print.matchMultiResult
Object to summarize.