NAME
Statistics::R::Bridge - Implements a communication bridge between Perl and R (R-project).
DESCRIPTION
This will implements a communication bridge between Perl and R (R-project) in different architectures and OS.
USAGE
You shouldn't use this directly. See Statistics::R for usage.
METHODS
- start
-
Start R and the bridge.
- stop
-
Stop R and the bridge.
- restart
-
stop() and start() R.
- bin
-
Return the path to the R binary (executable).
- send ($CMD)
-
Send some command to be executed inside R. Note that $CMD will be loaded by R with source()
- read ($TIMEOUT)
-
Read the output of R for the last group of commands sent to R by send().
- error
-
Return the last error message.
SEE ALSO
AUTHOR
Graciliano M. P. <gm@virtuasites.com.br>
I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.