email_text {rj}R Documentation

Generate an email template.

Description

Generate an email template.

Usage

email_text(text, means = getOption("RJ_EMAIL_TOOL", "mailto"))

Arguments

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.


[Package rj version 0.2.25 Index]