Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

rolog (version 0.9.21)

preproc: Default hook for preprocessing

Description

Default hook for preprocessing

Usage

preproc(query = quote(1 

Value

The default hook translates the inequality and smaller-than-or-equal-to from R (!=, <=) to Prolog (\=, =<). Moreover, primitive functions are converted to regular functions.

Arguments

query

the R call representing the Prolog query.

See Also

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