extract_email_domain | R Documentation |
Extract email domain
extract_email_domain(email)
email |
An email address as a string. |
A string with the domain part of an email address.
extract_email_domain("foo@mail.com") # mail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.