Simple functionality to validate character vectors for correct email formatting.
install_github('mjfii/Email-Validation')
library('email.validation')
em <- c('mick.@gmail.com','mick.flanigan@gmail.co.m')
is_valid_email(em)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.