Description Usage Arguments Value Examples
View source: R/searchr_validate_emails.R
Checks for common email issues, but email conformity is hard. See tradeoffs discussion for regexs: https://www.regular-expressions.info/email.html
1 | schr_validate_emails(email_vec)
|
email_vec |
character vector of email addresses |
a bool vector where T means okay, and FALSE means probably a mis-typed email
1 | schr_validate_emails(c("Sun100@yahoo.com","RICHY5000@MSN.COM","ab?c@mac.com"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.