postproc {rolog} | R Documentation |
Default hook for postprocessing
Description
Default hook for postprocessing
Usage
postproc(constraint = call("=<", 1, 2))
Arguments
constraint |
the R call representing constraints of the Prolog query. |
Value
The default hook translates the inequality and smaller-than-or-equal-to back from Prolog (\=, =<) to R (!=, <=).
See Also
[rolog_options()] for fine-grained control over the translation
[Package rolog version 0.9.18 Index]