If display name is specifed as "Last, First" then the display name will be quoted.
Usage
# S3 method for class 'address'
print(x, ...)
Examples
gerry <- as.address("gerry@gmail.com")
print(gerry)
#> [1] "gerry@gmail.com"
If display name is specifed as "Last, First" then the display name will be quoted.
# S3 method for class 'address'
print(x, ...)
gerry <- as.address("gerry@gmail.com")
print(gerry)
#> [1] "gerry@gmail.com"