deparse_js_ast {sketch} | R Documentation |
Deparse a compiled AST
Description
Deparse a compiled AST
Usage
deparse_js_ast(ast)
Arguments
ast |
The compiled AST. The JavaScript AST compiled from the R AST. |
Value
A character string. The compiled string.
Note
This feature is experimental.
[Package sketch version 1.1.20.3 Index]