Learn R Programming

data.validator (version 0.2.1)

get_ast: Constructs an Abstract Syntax Tree for an expression

Description

This function breaks down an R expression into a list structure, creating a tree-like representation of the code.

Usage

get_ast(exp)

Value

A list structure that represents the input R expression.

Arguments

exp

An R expression to be parsed into a list structure.