sympy_module: Get the sympy module cached in a R session

Description Usage Arguments Value

Description

The sympy module is cached with 'options("symbolicR.sympymoudle")', this function will check whether the option exists, if not, it will use 'reticulate::import' to import sympy and cache it.

Usage

1
sympy_module(refresh = FALSE)

Arguments

refresh

Logical value to indicate whether to force importing and refreshing the cache.

Value

The function returns the sympy module.


Marlin-Na/symbolicR.old documentation built on May 18, 2019, 2:34 a.m.