EM: Convert email to HTML email Tag

Description Usage Arguments Value References Examples

Description

Wrap an email to generate an HTML email tag.

Usage

1
2
EM(email = "clipboard", text = NULL, new_win = TRUE,
  copy2clip = interactive(), print = FALSE)

Arguments

email

A character vector email copied to the clipboard. Default is to read from the clipboard.

text

A character vector of text to hyperref from. Defualt uses the string passed to email.

new_win

logical. If TRUE the link will open in a new window.

copy2clip

logical. If TRUE attempts to copy the output to the clipboard.

print

logical. If TRUE cat prints the output to the console. If FALSE returns to the console.

Value

Returns a character vector of an HTML email tag.

References

http://www.w3schools.com/tags/tag_address.asp

Examples

1
EM("tyler.rinker@gmail.com", print = TRUE)

trinker/reports documentation built on May 31, 2019, 9:51 p.m.