print.address {emayili} | R Documentation |
If display name is specifed as "Last, First" then the display name will be quoted.
## S3 method for class 'address'
print(x, ...)
x |
An |
... |
Further arguments passed to or from other methods. |
gerry <- as.address("gerry@gmail.com")
print(gerry)