mail.to: mail to tag representaion

Description Usage Arguments Value Examples

View source: R/elements.R

Description

Wraps content in html hyperlink with the supplied email address. If no content provided the email address is supplied as content

Usage

1
  mail.to(email, ..., subject = "", opts = list())

Arguments

email

character an email address

subject

character subject heading for the email

...

character vector The body of the email

opts

list of optional tag attributes

Value

character

Examples

1
2
3
4
5
6
7
## Not run: 
# can't use ampersand in roxygen2 comments!
mail.to("me.at.me.com")
mail.to("me.at.me.com", "email me")
mail.to("me.at.me.com", "email me", subject = "you are great")

## End(Not run)

DASpringate/samatha documentation built on May 6, 2019, 1:16 p.m.