gh_username {whoami} | R Documentation |
Searches on GitHub, for the user's email address, see
email_address
.
gh_username(token = Sys.getenv("GITHUB_TOKEN"), fallback = NULL)
token |
GitHub token to use. By default it uses
the |
fallback |
If not |
GitHub username, or an error is thrown if it cannot be found.
Other user names: email_address
,
fullname
, username
,
whoami
## Not run: gh_username() ## End(Not run)