| Expression.evaluate | R Documentation | 
Evaluate a SolveBio expression.
Expression.evaluate(
  expression,
  data_type = "string",
  is_list = FALSE,
  data = NULL,
  raw = FALSE,
  env = .solveEnv
)
| expression | The SolveBio expression string. | 
| data_type | The data type to cast the expression result (default: string). | 
| is_list | Set to TRUE if the result is expected to be a list (default: FALSE). | 
| data | Variables used in the expression (default: NULL). | 
| raw | Set to TRUE to return the raw response (default: FALSE). | 
| env | (optional) Custom client environment. | 
## Not run: 
Expression.evaluate("1 + 1", data_type="integer", is_list=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.