Description Usage Arguments Examples
This function enables callers to check which versions of Python will be discovered on a system.
1 | ee_discover_pyenvs(use_py_discover_config = FALSE)
|
use_py_discover_config |
Logical. If TRUE
will use |
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.