get_sympy: Access 'SymPy' directly

View source: R/init.R

get_sympyR Documentation

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

Value

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

Examples

if (has_sympy()) {
  sympy <- get_sympy()
  sympy$solve("x**2-1", "x")
}


caracas documentation built on June 22, 2024, 10:59 a.m.