mathml_preproc: Map R operators to their respective Prolog counterparts

View source: R/mathml.R

mathml_preprocR 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

mathjax(), mathml()

Examples

mathml_preproc(quote(5 %% 2))


mathml documentation built on June 8, 2025, 11:12 a.m.