ee_user_info {rgee}R Documentation

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

## Not run: 
library(rgee)
ee_Initialize()
ee_user_info()

## End(Not run)

[Package rgee version 1.1.7 Index]