normalise {emayili} | 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")