| vc_email | R Documentation |
Validates If Email
vc_email(data, x, ...)
data |
A data frame. |
x |
Column name from |
... |
ignored. |
dat <- data.frame(
email =c('cookie@cookiemonster.com', 'joe@hometown.uni'
, 'meet@seven', '@Jim', 'joe@gmail.com', NA),
stringsAsFactors = FALSE
)
vc_email(dat, 'email')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.