is_valid_email | R Documentation |
Is valid email
is_valid_email(x)
x |
email address Check if an email address is valid |
BOOLEAN
is_valid_email("my@valid_email.com") is_valid_email("myinvalid.email@com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.