Learn R Programming

MultiObjMatch (version 1.0.0)

combine_match_result: Combine two matching result

Description

Combine two matching result

Usage

combine_match_result(matching_result1, matching_result2)

Value

a new matching result combining two objects. Note that the matching index for the second matching is the original name plus the maximum match index in the first matching object.

Arguments

matching_result1

the first matching result object.

matching_result2

the second matching result object.