BiocContributions (version 0.99.70)

email: Extract the email from an object

Description

Extract the email from an object

Usage

email(x, ...)

## S3 method for class 'person': email(x, ...)

## S3 method for class 'user_matches': email(x, ...)

## S3 method for class 'list': email(x, ...)

## S3 method for class 'character': email(x, ...)

Arguments

x
the object to extract email from
...
Additional arguments passed to methods.

Methods (by class)

  • person: person object
  • user_matches: user match object frommatch_user
  • list: list - callsemailon every item in the list.
  • character: - simply returns the character vector unchanged.