Description Usage Arguments Details Value See Also Examples
Send a text to yourself, using google mail info from a private file
1 2 |
subject |
Character string with subject for the email (Can't include single-quotes.) |
body |
Character string or vector of character strings, with
the body of the email; if it's a vector, it's combined with
|
body_sep |
Character string for combining elements in the input |
file_private |
Character string with file name containing the private information. |
dir_private |
The directory containing |
Uses gmail address and password information in the
~/.gmail_private
file (or another file, specified with
dir_private
and file_private
. This should contain records
gmail
, password
, and text
, and (optionally) to
.
An email will be sent from the address defined in the private file as gmail
.
It will be sent to the email address defined as text
. (If AT\&T is your
mobile phone company, this would be an address like 1234567890@txt.att.net
.)
Returns value from gmail
.
1 2 3 4 | ## Not run:
send_text("R message", "R process done")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.