Learn R Programming

ladder (version 0.0.1)

ladder_user: Get info on current user

Description

Reveals the email address of the user associated with the current token. If no token has been loaded yet, this function does not initiate auth.

Usage

ladder_user()

Arguments

Value

An email address or, if no token has been loaded, NULL.

Returns the username associated with the current token or NULL if not authenticated.

See Also

Examples

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

Run the code above in your browser using DataLab