r-to-js-rules | R Documentation |
Mapping R operators into JavaScript operators
basic_rules()
default_rules()
These functions are used as inputs to compile_r and compile_exprs.
R operators: https://cran.r-project.org/doc/manuals/r-release/R-lang.html#Operators
R infix and prefix operators: https://cran.r-project.org/doc/manuals/r-release/R-lang.html#Infix-and-prefix-operators
JavaScript operators: https://www.w3schools.com/js/js_operators.asp
basic_rules()
default_rules()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.