Learn R Programming

samatha (version 0.41)

mail.to: mail to tag representaion

Description

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

Usage

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

Run this code
## 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)

Run the code above in your browser using DataLab