emailed report of predictions from contributions_model
Usage
contributions_model_report
# S3 method for class 'contributions_model_report'
read(report, ...)
# S3 method for class 'contributions_model_report'
process(report, ...)
# S3 method for class 'contributions_model_report'
output(
report,
subject = paste("Contributions model", Sys.Date()),
body = paste("Sent by", Sys.info()["nodename"]),
emails = config::get("tessiflow.email"),
...
)
Arguments
- report
contributions_model_report
object- ...
not used
- subject
character subject of the email
- body
html of message or a list containing sendmailR::mime_part objects.
- emails
email addresses (first will be sender)