Learn R Programming

caracas (version 2.1.1)

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

Arguments

Value

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

Examples

Run this code
if (has_sympy()) {
  py <- get_py()
}

Run the code above in your browser using DataLab