Learn R Programming

bigrquery (version 1.4.2)

bq_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

bq_user()

Arguments

Value

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

See Also

Examples

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

Run the code above in your browser using DataLab