compile_r
compile_r | R Documentation |
#
Compile an R file into a JavaScript file#
DescriptionCompile an R file into a JavaScript file
#
Usage#
Argumentsinput | A character string; the input file. |
output | A character string; the output file. When the output is "", the result is printed to the standard output. |
rules | A list of rewriting rules. See make_rule for more detail. |
deparsers | A list of deparsers. See make_deparser for more detail. |
#
ValueA character string; the output file path.