
Statistics::R::Bridge - Implements a communication bridge between Perl and R (R-project).

This will implements a communication bridge between Perl and R (R-project) in different architectures and OS.

You shouldn't use this directly. See Statistics::R for usage.

Start R and the bridge.
Stop R and the bridge.
stop() and start() R.
Return the path to the R binary (executable).
Send some command to be executed inside R. Note that $CMD will be loaded by R with source()
Read the output of R for the last group of commands sent to R by send().
Return the last error message.


Graciliano M. P. <gm@virtuasites.com.br>
I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.