postproc | R Documentation |
Default hook for postprocessing
postproc(constraint = call("=<", 1, 2))
constraint |
the R call representing constraints of the Prolog query. |
The default hook translates the inequality and smaller-than-or-equal-to back from Prolog (\=, =<) to R (!=, <=).
[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.