whoami (version 1.0.0)

gh_username: Find the current user's GitHub username

Description

Searches on GitHub, for the user's email address, see email_address.

Usage

gh_username(token = Sys.getenv("GITHUB_TOKEN"))

Arguments

token
GitHub token to use. By default it uses the GITHUB_TOKEN environment variable, if set.

Value

  • GitHub username, or an error is thrown if it cannot be found.

See Also

Other user.names: email_address; fullname; username; whoami

Examples

Run this code
gh_username()

Run the code above in your browser using DataLab