get_py {caracas}R 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()
}


[Package caracas version 2.1.1 Index]