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


Statistics-R documentation  | view source Contained in the Statistics-R distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

USAGE

Top

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

METHODS

Top

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

Top

* Statistics::R

AUTHOR

Top

Graciliano M. P. <gm@virtuasites.com.br>

MAINTAINER

Top

Brian Cassidy <bricas@cpan.org>

COPYRIGHT & LICENSE

Top


Statistics-R documentation  | view source Contained in the Statistics-R distribution.