print.address: Print an address object

View source: R/address.R

print.addressR 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)

emayili documentation built on Aug. 30, 2023, 5:12 p.m.