Did you know ... | Search Documentation: |
Pack r_session -- README.md |
This package provides library(r_session)
that allows for communicating
with The R Project for Statistical
Computing. This package has been developed
by Nicos Angelopoulos and has
been part of the SWI-Prolog default packages for several years as
library('R')
.
This library has been superseeded by the real pack, which provides a much faster and robust interface to R by embedding the R dynamic library in Prolog using the foreign library interface. Still, the process based approach can come handy:
Documentation about this pack is in doc/r_session.html
and a simple
demo is in examples/r_demo.pl
.