preproc | R Documentation |
Default hook for preprocessing
preproc(query = quote(1 <= sin))
query |
the R call representing the Prolog query. |
The default hook translates the inequality and smaller-than-or-equal-to from R (!=, <=) to Prolog (\=, =<). Moreover, primitive functions are converted to regular functions.
[rolog_options()] for fine-grained control over the translation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.