Learn R Programming

rgee (version 1.1.7)

ee_install_upgrade: Upgrade the Earth Engine Python API

Description

Upgrade the Earth Engine Python API

Usage

ee_install_upgrade(
  version = NULL,
  earthengine_env = Sys.getenv("EARTHENGINE_ENV")
)

Value

no return value, called to upgrade the earthengine-api Python package

Arguments

version

Character. The Earth Engine Python API version to upgrade. By default rgee::ee_version().

earthengine_env

Character. The name, or full path, of the environment in which the earthengine-api packages are to be installed.

See Also

Other ee_install functions: ee_install_set_pyenv(), ee_install()

Examples

Run this code
if (FALSE) {
library(rgee)
# ee_install_upgrade()
}

Run the code above in your browser using DataLab