compliant {emayili} | 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")