Learn R Programming

geeLite (version 1.0.6)

set_depend: Set Dependencies

Description

Activates the Conda environment used for Earth Engine, ensures authentication is available if needed, and initializes the Earth Engine Python API.

Usage

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

Arguments

conda

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

user

[optional] (character) Google account directory under ~/.config/earthengine. Typically NULL unless multiple accounts are used.

drive

[optional] (logical) Whether to enable Google Drive access (default: FALSE).

verbose

[optional] (logical) Whether to print a success message at the end.