Learn R Programming

geeLite (version 1.0.2)

set_depend: Set Dependencies

Description

Authenticates the Google Earth Engine (GEE) account and activates the specified Conda environment.

Usage

set_depend(conda = "rgee", user = NULL, drive = TRUE, verbose = TRUE)

Arguments

conda

[optional] (character) Name of the virtual Conda environment used by the rgee package (default: "rgee").

user

[optional] (character) Specifies the Google account directory within ~/.config/earthengine/. This directory stores credentials for a specific Google account (default: NULL).

drive

[optional] (logical) If TRUE, initializes Google Drive authentication for tasks involving Drive exports (default: TRUE).

verbose

[optional] (logical) Display messages (default: TRUE).