is_burner_email | R Documentation |
Is email burner?
is_burner_email(email)
email |
An email address as a string. |
A logical.
is_burner_email("foo@cuvox.de") # TRUE is_burner_email("foo@gmail.com") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.