powered by
Create a function call expression
expr_function(name, args)
a function call expression
the function name
the a list of expressions for the function arguments
call_expr <- expr_function("ABS", list(expr_constant(-42)))
Run the code above in your browser using DataLab