postproc: Default hook for postprocessing

View source: R/preproc.R

postprocR 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


rolog documentation built on April 4, 2025, 12:31 a.m.