compile_r
| compile_r | R Documentation | 
Compile an R file into a JavaScript file#
Description#
Compile an R file into a JavaScript file
Usage#
Arguments#
| input | 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. | 
Value#
A character string; the output file path.