View source: R/helpers_variables.R
is_email | R Documentation |
Validación de la sintaxis de correos electrónicos. La expresión regular utilizada para ello viene del siguiente post en [SO][https://stackoverflow.com/questions/201323/how-to-validate-an-email-address-using-a-regular-expression]
is_email(email)
email |
vector character. |
vector logico
is_email(c('a@a.com', 'a@a'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.