raw {emayili} | R Documentation |
Extract raw email address
Description
Strips the display name off an email address (if present).
Usage
raw(addr)
Arguments
addr |
An |
Value
A raw email address.
Examples
gerry <- as.address("Gerald <gerry@gmail.com>")
raw(gerry)
[Package emayili version 0.9.1 Index]