get_email_addresses: Get email address from github username

Description Usage Arguments Details Value Examples

Description

Gets the email address of a person based upon their github username.

Usage

1
get_email_addresses(github_username)

Arguments

github_username

A string containing someone's github username.

Details

This currently trawls the whole of the user's github public event data for strings that look like email addresses. that means that other email addresses beyond the one belonging to the github user could be found (though this seems to be a rare thing).

Value

A character vector (probably of length 1) containing the email address of that user.

Examples

1
get_email_addresses("richierocks")

richierocks/githunt documentation built on May 3, 2019, 2:56 p.m.