ezMail | R Documentation |
Mails the nodename and working directory to a specified email-address. A text message and the subject can also be defined.
ezMail(text = "done", subject = "r-mail", to = "")
text |
a message to send. |
subject |
the subject of the email. |
to |
the recipient of the email. |
Rehrauer, Hubert
Schmid, Peter
## Not run:
ezMail(to="example@example.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.