Skip to contents

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

if (FALSE) {
github_whoami()
}