The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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>

MAINTAINER

Brian Cassidy <bricas@cpan.org>

COPYRIGHT & LICENSE

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