Learn R Programming

rgee (version 1.0.8)

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)

Arguments

quiet

Logical. Suppress info messages.

Value

A list with information about the Earth Engine user.

See Also

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

Examples

Run this code
# NOT RUN {
library(rgee)
ee_Initialize()
ee_user_info()
# }

Run the code above in your browser using DataLab