Learn R Programming

bolt4jr (version 1.4.0)

setup_bolt4jr: 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()

Arguments

Value

No return value, called for side effects.

Details

The function ensures that:

  • A Conda binary is available.

  • A Conda environment named bolt4jr exists.

  • The neo4j Python package is installed in the bolt4jr environment.

Call this function manually before using any functionality that relies on Python.