Skip to contents
  • desugar() Desugars AST in-place to well-formed R syntax

Usage

desugar(ast, node = ast_root_get(ast), strictness = TRUE)

Arguments

ast

AST object

node

starting node for desugaring; defaults to AST root