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

# S3 method for 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)
#> [1] "gerry@gmail.com"