Learn R Programming

caracas (version 2.1.1)

doit: Perform calculations setup previously

Description

Perform calculations setup previously

Usage

doit(x)

Arguments

x

A caracas_symbol

Examples

Run this code
if (has_sympy()) {
   x <- symbol('x')
   res <- lim(sin(x)/x, "x", 0, doit = FALSE)
   res 
   doit(res)
}

Run the code above in your browser using DataLab