Installation method. By default, "auto" automatically
finds a method that will work in the local environment. Change the
default to force a specific installation method. Note that the
"virtualenv" method is not available on Windows (as this isn't
supported by rgee). Note also that since this command runs
without privilege the "system" method is available only on Windows.
conda
Path to conda executable (or "auto" to find conda
using the PATH and other conventional install locations).
ee_version
earthengine-api version to install. When
this argument is NULL (the default), the version with which
rgee was built will be installed.
envname
Name of Python environment, or full path, which Python
packages are to be installed.
conda_python_version
the Python version installed in the
created conda environment. Python 3.7 is installed by default.