github_whoami {ghclass} | R Documentation |
Returns the login of the authenticated user (based on the current PAT).
Description
Returns the login of the authenticated user (based on the current PAT).
Usage
github_whoami(quiet = FALSE)
Arguments
quiet |
Logical. Should status messages be shown. |
Value
Character value containing user login.
Examples
## Not run:
github_whoami()
## End(Not run)
[Package ghclass version 0.3.0 Index]