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:

Value

An email address.

Examples

normalise("bob@GMAIL.COM")

[Package emayili version 0.8.0 Index]