validate | R Documentation |
Validate email address
validate(addr, deliverability = TRUE)
addr |
An email address. |
deliverability |
Whether to check for deliverability (valid domain). |
A logical
indicating whether or not the address is valid.
# A valid address.
validate("cran-sysadmin@r-project.org")
# An invalid address.
validate("help@this-domain-does-not-exist.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.