entityresolution_get_match_id {paws.analytics} | R Documentation |
Returns the corresponding Match ID of a customer record if the record has been processed
Description
Returns the corresponding Match ID of a customer record if the record has been processed.
See https://www.paws-r-sdk.com/docs/entityresolution_get_match_id/ for full documentation.
Usage
entityresolution_get_match_id(applyNormalization = NULL, record, workflowName)
Arguments
applyNormalization |
Normalizes the attributes defined in the schema in the input data. For
example, if an attribute has an |
record |
[required] The record to fetch the Match ID for. |
workflowName |
[required] The name of the workflow. |
[Package paws.analytics version 0.7.0 Index]