Learn R Programming

rgee (version 1.1.7)

ee_user_info: Display the credentials and general info of the initialized user

Description

Display the credentials and general info of the initialized user

Usage

ee_user_info(quiet = FALSE)

Value

A list with information about the Earth Engine user.

Arguments

quiet

Logical. Suppress info messages.

See Also

Other session management functions: ee_Initialize(), ee_users(), ee_version()

Examples

Run this code
if (FALSE) {
library(rgee)
ee_Initialize()
ee_user_info()
}

Run the code above in your browser using DataLab