ee_install: Create an isolated Python virtual environment with all rgee...

Description Usage Arguments Value See Also

View source: R/ee_install.R

Description

Create an isolated Python virtual environment with all rgee dependencies. ee_install realize the following six (6) tasks:

Usage

1
2
3
4
5
ee_install(
  py_env = "rgee",
  earthengine_version = ee_version(),
  confirm = interactive()
)

Arguments

py_env

Character. The name, or full path, of the Python environment to be used by rgee.

earthengine_version

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

confirm

Logical. Confirm before restarting R?.

Value

No return value, called for installing non-R dependencies.

See Also

Other ee_install functions: ee_install_set_pyenv(), ee_install_upgrade()


csaybar/rgee documentation built on March 11, 2021, 5:48 a.m.