mathml_preproc {mathml} | R Documentation |
Map R operators to their respective Prolog counterparts
Description
Map R operators to their respective Prolog counterparts
Usage
mathml_preproc(query = quote(5%%2))
Arguments
query |
an R call or symbol/number. This function translates components of query into their respective counterparts from Prolog |
Value
The translated query
See Also
Examples
mathml_preproc(quote(5 %% 2))
[Package mathml version 1.2 Index]