email_text {rj} | R Documentation |
Generate an email template.
email_text(text, means = getOption("RJ_EMAIL_TOOL", "mailto"))
text |
character vector, text of the e-mail (including headers) |
means |
string, one of "mailto", "browser" (boht uopen mailto: URL), "show" (file.show), "edit" (file.edit), "open" (shell open) or "clip" (system clipboard). Defaults to RJ_EMAIL_TOOL environment variable. |