address | R Documentation |
Create an address
object which represents an email address.
address(
email = NA,
display = NA,
local = NA,
domain = NA,
normalise = TRUE,
validate = FALSE
)
email |
Email address. |
display |
Display name. |
local |
Local part of email address. |
domain |
Domain part of email address. |
normalise |
Whether to try to normalise address to RFC-5321 requirements. |
validate |
Whether to validate the address. |
An address
object, representing an email address.
address("gerry@gmail.com")
address("gerry@gmail.com", "Gerald")
address("gerry@gmail.com", "Gerald Durrell")
# Display name in "Last, First" format.
address("gerry@gmail.com", "Durrell, Gerald")
# Display name contains non-ASCII characters.
address("hans@gmail.com", "Hansjörg Müller")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.