setup_bolt4jr {bolt4jr} | R Documentation |
Set up the Conda environment for bolt4jr
Description
This function initializes the Conda environment required for the bolt4jr
package.
If no Conda binary is found, it installs Miniconda. If the required Conda environment
(bolt4jr
) is not found, it creates the environment and installs the necessary dependencies.
Usage
setup_bolt4jr()
Details
The function ensures that:
A Conda binary is available.
A Conda environment named
bolt4jr
exists.The
neo4j
Python package is installed in thebolt4jr
environment.
Call this function manually before using any functionality that relies on Python.
Value
No return value, called for side effects.
[Package bolt4jr version 1.4.0 Index]