send_email | R Documentation |
A helper function to send an email via the mail bash cmd
send_email( body, subject = "R job complete", email = NULL, email_ext = "tuebingen.mpg.de" )
body |
The email body |
subject |
The email subject line |
email |
The email address. If NULL, then username used |
email_ext |
The part after the "at" symbol |
The output of the system() call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.