print.address {emayili}R Documentation

Print an address object

Description

If display name is specifed as "Last, First" then the display name will be quoted.

Usage

## S3 method for class 'address'
print(x, ...)

Arguments

x

An address object.

...

Further arguments passed to or from other methods.

Examples

gerry <- as.address("gerry@gmail.com")
print(gerry)

[Package emayili version 0.8.0 Index]