Activates the Conda environment used for Earth Engine, ensures authentication is available if needed, and initializes the Earth Engine Python API.
set_depend(conda = "rgee", user = NULL, drive = FALSE, verbose = TRUE)[optional] (character) Name of the Conda environment (default: "rgee").
[optional] (character) Google account directory under
~/.config/earthengine. Typically NULL unless multiple accounts are
used.
[optional] (logical) Whether to enable Google Drive access
(default: FALSE).
[optional] (logical) Whether to print a success message at the end.