Sets the package-wide function used to find an existing slide element that
matches the one being added. Used by add_* functions when the replacement
strategy is "replace" or "skip".
Details
The function must accept two arguments:
new_spec: a named list withtype(character),left,top,width,height(numeric, in inches).existing_elements: a tibble with the same columns pluselement_id.
It must return either a single element_id string or NULL. If multiple
elements match, the function should warn and return NULL.