Learn R Programming

duckdb (version 0.6.0)

expr_function: Create a function call expression

Description

Create a function call expression

Usage

expr_function(name, args)

Value

a function call expression

Arguments

name

the function name

args

the a list of expressions for the function arguments

Examples

Run this code
call_expr <- expr_function("ABS", list(expr_constant(-42)))

Run the code above in your browser using DataLab