Authenticates the Google Earth Engine (GEE) account and activates the specified Conda environment.
set_depend(conda = "rgee", user = NULL, drive = TRUE, verbose = TRUE)
[optional] (character) Name of the virtual Conda environment
used by the rgee
package (default: "rgee"
).
[optional] (character) Specifies the Google account directory
within ~/.config/earthengine/
. This directory stores credentials
for a specific Google account (default: NULL
).
[optional] (logical) If TRUE
, initializes Google Drive
authentication for tasks involving Drive exports (default: TRUE
).
[optional] (logical) Display messages (default: TRUE
).