Sends an email containing a spreadsheet of duplicates for review
Arguments
- duplicates_report
duplicates_report object
- ...
Arguments passed on to
send_email
body
html of message or a list containing sendmailR::mime_part objects.
- routing
named list, names are email addresses and values are vectors of customer numbers. Any duplicate pair that contains a matching customer number is emailed to the named email address.
Methods (by generic)
read(duplicates_report)
: read the duplicates data output bytessistream::duplicates_stream
output(duplicates_report)
: segments the duplicates data based on the map provided byrouting
and emails excel spreadsheets using send_xlsx