combine_match_result {MultiObjMatch} | R Documentation |
Combine two matching result
Description
Combine two matching result
Usage
combine_match_result(matching_result1, matching_result2)
Arguments
matching_result1 |
the first matching result object. |
matching_result2 |
the second matching result object. |
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.
[Package MultiObjMatch version 1.0.0 Index]