Learn R Programming

rolog (version 0.9.21)

postproc: Default hook for postprocessing

Description

Default hook for postprocessing

Usage

postproc(constraint = call("=

Value

The default hook translates the inequality and smaller-than-or-equal-to back from Prolog (\=, =<) to R (!=, <=).

Arguments

constraint

the R call representing constraints of the Prolog query.

See Also

[rolog_options()] for fine-grained control over the translation