Learn R Programming

duckdb (version 0.6.0)

expr_tostring: Convert an expression to a string for debugging purposes

Description

Convert an expression to a string for debugging purposes

Usage

expr_tostring(expr)

Value

a string representation of the expression

Arguments

expr

the expression

Examples

Run this code
expr_str <- expr_tostring(expr_constant(42))

Run the code above in your browser using DataLab