normalise {emayili} | R Documentation |
Normalise email address
Description
Ensure that email address is in a standard format.
Usage
normalise(email)
Arguments
email |
An email address. |
Details
Performs the following transformations:
lowercase the domain part
replace some Unicode characters with compatible equivalents. See Unicode equivalence.
Value
An email address.
Examples
normalise("bob@GMAIL.COM")
[Package emayili version 0.9.1 Index]