sf_find_duplicates_by_id | R Documentation |
Performs rule-based searches for duplicate records.
sf_find_duplicates_by_id( sf_id, include_record_details = FALSE, guess_types = TRUE, verbose = FALSE )
sf_id |
|
include_record_details |
|
guess_types |
|
verbose |
|
tbl_df
of records found to be duplicates by the match rules
You must have active duplicate rules for the supplied object before running this function. This function uses the duplicate rules for the object that has the same type as the input record IDs. For example, if the record Id represents an Account, this function uses the duplicate rules associated with the Account object.
## Not run: # use the duplicate rules associated with the object that this record # belongs to in order to find duplicates found_dupes <- sf_find_duplicates_by_id(sf_id = "00Q6A00000aABCnZZZ") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.