PypeR, A Python Package for Using R in Python
Main Article Content
Abstract
This article describes PypeR, a Python package which allows the R language to be called in Python using the pipe communication method. By running R through pipe, the Python program gains flexibility in sub-process controls, memory control, and portability across popular operating system platforms, including Windows, GNU Linux and Mac OS X. PypeR can be downloaded at http://rinpy.sourceforge.net/.