get_py: Access 'py' object

View source: R/init.R

get_pyR Documentation

Access 'py' object

Description

Get the 'py' object. Note that it gives you extra responsibilities when you choose to access the 'py' object directly.

Usage

get_py()

Value

The 'py' object with direct access to the library.

Examples

if (has_sympy()) {
  py <- get_py()
}


caracas documentation built on Oct. 17, 2023, 5:08 p.m.