as_expr | R Documentation |
Potentially calls doit()
.
as_expr(x, first_doit = TRUE)
## S3 method for class 'caracas_symbol'
as.expression(x, ...)
## S3 method for class 'caracas_solve_sys_sol'
as.expression(x, ...)
x |
caracas_symbol |
first_doit |
Try |
... |
not used |
if (has_sympy()) {
v <- vector_sym(2)
x <- as_expr(v)
x
y <- as.expression(v)
y
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.