Learn R Programming

caracas (version 1.0.1)

doit: Perform calculations setup previously

Description

Perform calculations setup previously

Usage

doit(x)

Arguments

x

A caracas_symbol

Examples

Run this code
# NOT RUN {
if (have_sympy()) {
   x <- symbol('x')
   res <- limf(sin(x)/x, "x", 0, doit = FALSE)
   res 
   doit(res)
}

# }

Run the code above in your browser using DataLab