CLOSED_FORM-cash-ast: Abstract syntax tree of the expression

CLOSED_FORM$astR Documentation

Abstract syntax tree of the expression

Description

This function returns the abstract syntax tree of the expression.

Usage

CLOSED_FORM$ast(expr)

Arguments

expr

Language. Any quoted expression.

Value

A list.

Examples


CLOSED_FORM$ast(quote(a + b))
CLOSED_FORM$ast(quote(exp(a) + b^2))

TengMCing/visage documentation built on Aug. 28, 2024, 3:27 p.m.