notify_me: notify_me

Description Usage Arguments Examples

View source: R/notify_me.r

Description

Send an email with a given subject and body text from R. Useful for notifying you when a long simulation has completed, or to notify participants in a study.

Usage

1
2
notify_me(email_to, email_subject = "Notification from R",
  email_body_text = "Script has finished running.")

Arguments

email_to

email address to send to

email_subject

subject

email_body_text

body text

Examples

1
notify_me(email_to = "test@test.com")

ianhussey/timesavers documentation built on May 18, 2019, 1:28 a.m.