Learn R Programming

mathml (version 1.2)

mathml_preproc: Map R operators to their respective Prolog counterparts

Description

Map R operators to their respective Prolog counterparts

Usage

mathml_preproc(query = quote(5%%2))

Value

The translated query

Arguments

query

an R call or symbol/number. This function translates components of query into their respective counterparts from Prolog

See Also

mathjax(), mathml()

Examples

Run this code
mathml_preproc(quote(5 %% 2))

Run the code above in your browser using DataLab