email_text: Generate an email template.

View source: R/email.R

email_textR 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.


rjournal/rj documentation built on March 29, 2024, 6:43 a.m.