Learn R Programming

geeLite (version 1.0.2)

check_rgee_ready: Check Google Earth Engine connection

Description

Returns TRUE if the user is authenticated with GEE via `rgee`, without triggering interactive prompts. Useful in non-interactive contexts like CRAN. Prints a message and returns FALSE if not.

Usage

check_rgee_ready()

Arguments

Value

A logical value: TRUE if authenticated with GEE, FALSE

otherwise (invisibly).