normalise | R Documentation |
Ensure that email address is in a standard format.
normalise(email)
email |
An email address. |
Performs the following transformations:
lowercase the domain part
replace some Unicode characters with compatible equivalents. See Unicode equivalence.
An email address.
normalise("bob@GMAIL.COM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.