Learn R Programming

caracas (version 1.0.1)

sympy_version: Get 'SymPy' version

Description

Get 'SymPy' version

Usage

sympy_version()

Arguments

Value

The version of the 'SymPy' available

Examples

Run this code
# NOT RUN {
if (have_sympy()) {
  sympy_version()
}

# }

Run the code above in your browser using DataLab