powered by
Evaluate a SolveBio expression.
Expression.evaluate( expression, data_type = "string", is_list = FALSE, data = NULL, raw = FALSE, env = .solveEnv )
The SolveBio expression string.
The data type to cast the expression result (default: string).
Set to TRUE if the result is expected to be a list (default: FALSE).
Variables used in the expression (default: NULL).
Set to TRUE to return the raw response (default: FALSE).
(optional) Custom client environment.
https://docs.solvebio.com/
if (FALSE) { Expression.evaluate("1 + 1", data_type="integer", is_list=FALSE) }
Run the code above in your browser using DataLab