Learn R Programming

ghclass (version 0.3.0)

github_whoami: 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)

Value

Character value containing user login.

Arguments

quiet

Logical. Should status messages be shown.

Examples

Run this code
if (FALSE) {
github_whoami()
}

Run the code above in your browser using DataLab