set_depend: Set Dependencies

View source: R/run_geelite.R

set_dependR Documentation

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).


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.