email_text.Rd
Generate an email template.
email_text(text, means = getOption("RJ_EMAIL_TOOL", "mailto"))
character vector, text of the e-mail (including headers)
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.