Description Usage Arguments Examples
Create an isolated Python virtual environment to be used in rgee
1 | ee_create_pyenv(python_env)
|
python_env |
The name of, or path to, a Python virtual environment. |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
library(rgee)
ee_create_pyenv('ee')
ee_discover_pyenvs()
ee_set_pyenv(
python_path = ".../ee/bin/python",
python_env = 'ee')
ee_install_python_packages()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.