address {rj} | R Documentation |
An S3 class to represent email addresses.
address(email = NULL, name = NULL, comment = NULL)
email |
Email address of the reviewer |
name |
Display name, optional |
comment |
comment, optional |
address("h.wickham@gmail.com")
address("h.wickham@gmail.com", "Hadley Wickham")