quote_ast: Convert Unquoted R Code to ASTNodes

View source: R/to_ast.R

quote_astR Documentation

Convert Unquoted R Code to ASTNodes

Description

This function uses non-standard evaluation to convert unquoted R code to a tree of ASTNode objects.

Usage

quote_ast(expr)

Arguments

expr

Unquoted R code to be converted.


nick-ulle/ast documentation built on May 14, 2024, 7:40 p.m.