Display the credentials and general info of the initialized user

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

if (FALSE) {
library(rgee)
ee_Initialize()
ee_user_info()
}