Learn R Programming

sketch (version 1.1.20.3)

deparse_js_ast: Deparse a compiled AST

Description

Deparse a compiled AST

Usage

deparse_js_ast(ast)

Value

A character string. The compiled string.

Arguments

ast

The compiled AST. The JavaScript AST compiled from the R AST.