An S3 class to represent email addresses.
Usage
address(email = NULL, name = NULL, comment = NULL)
Arguments
- email
Email address of the reviewer
- name
Display name, optional
comment, optional
Examples
address("h.wickham@gmail.com")
#> <h.wickham@gmail.com>
address("h.wickham@gmail.com", "Hadley Wickham")
#> "Hadley Wickham" <h.wickham@gmail.com>