check_rgee_ready {geeLite} | R Documentation |
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()
Value
A logical value: TRUE
if authenticated with GEE, FALSE
otherwise (invisibly).
[Package geeLite version 1.0.2 Index]