Learn R Programming

caracas (version 1.0.1)

eval_to_symbol: Create a symbol from a string

Description

Create a symbol from a string

Usage

eval_to_symbol(x)

Arguments

x

String to evaluate

Value

A caracas_symbol

Examples

Run this code
# NOT RUN {
if (have_sympy()) {
   x <- symbol('x')
   (1+1)*x^2
   limf(sin(x)/x, "x", 0)
}

# }

Run the code above in your browser using DataLab