gee_install | R Documentation |
Sets up a Conda environment with all required Python and R dependencies
for using the rgee
package, including a specific version of the
earthengine-api
. If Conda is not available, the user will be prompted
to install Miniconda. The created environment is automatically registered
for use with rgee
.
gee_install(conda = "rgee", python_version = "3.10", force_recreate = FALSE)
conda |
[optional] (character) Name of the Conda environment to create
or use. Defaults to |
python_version |
[optional] (character) Python version to use when
creating the Conda environment. Defaults to |
force_recreate |
[optional] (logical) If |
Invisibly returns the name of the Conda environment used or created.
Even after installation, users must manually accept the Conda Terms of Service (ToS) using the 'conda tos accept' command before package installation can proceed. Clear instructions will be provided if ToS acceptance is needed.
# Example: Creating a Conda environment with 'rgee' dependencies
## Not run:
gee_install()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.