is_valid_email | R Documentation |
Is valid email?
is_valid_email(email)
email |
An email address as a string. |
A logical.
is_valid_email("foo@mail.") is_valid_email("foo@mail.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.