consult {rolog} | R Documentation |
Consult a prolog database
Description
Consult a prolog database
Usage
consult(fname = system.file(file.path("pl", "family.pl"), package = "rolog"))
Arguments
fname |
file name of database |
Value
TRUE
on success
See Also
once()
, findall()
, and query()
/submit()
/clear()
for executing queries
Examples
consult(fname=system.file(file.path("pl", "family.pl"), package="rolog"))
findall(call("ancestor", quote(pam), expression(X)))
[Package rolog version 0.9.18 Index]