compile_exprs
| compile_exprs | R Documentation |
Compile R code into JavaScript code#
Description#
Compile R code into JavaScript code
Usage#
Arguments#
x | A character string; the expression to transpile to JS. |
rules | A list of rewriting rules. See make_rule for more detail. |
deparsers | A list of deparsers. See make_deparser for more detail. |
Value#
A character string.