compliant | R Documentation |
Checks whether an email address conforms to the syntax rules.
compliant(addr, error = FALSE)
addr |
An email address. |
error |
Whether to create an error if not compliant. |
An email address may take either of the following forms:
local@domain
or
Display Name <local@domain>
.
A Boolean.
compliant("alice@example.com")
compliant("alice?example.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.