I have the following function to define recordlinkage indexer and comparer. there are 2 components define by rl_comparer.exact and rl_comparer.string and I have to manually define 'component_number' as 2. Is there a way to automatically check how many components are defined and set it as 'component_number' in return set?
I have the following function to define recordlinkage indexer and comparer. there are 2 components define by rl_comparer.exact and rl_comparer.string and I have to manually define 'component_number' as 2. Is there a way to automatically check how many components are defined and set it as 'component_number' in return set?