Learn R Programming

caracas (version 1.0.1)

get_sympy: Access 'SymPy' directly

Description

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

Usage

get_sympy()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
if (have_sympy()) {
  sympy <- get_sympy()
  sympy$solve("x**2-1", "x")
}

# }

Run the code above in your browser using DataLab