Learn R Programming

wru (version 3.1.0)

get_ebisg_module: Load the Python eBISG helper module

Description

Imports inst/python/ebisg_helper.py as a private module via reticulate::import_from_path() and caches the module object on .ebisg_env. Using import_from_path keeps the helper's symbols encapsulated rather than dumping them into Python's global namespace as source_python would.

Usage

get_ebisg_module()

Arguments