pyRserve
stable
  • Overview
  • Installation
  • pyRserve manual
  • Changelog
  • This is the MIT license
pyRserve
  • Docs »
  • Welcome to pyRserve’s documentation!
  • Edit on GitHub

Welcome to pyRserve’s documentation!¶

pyRserve is a library for connecting Python to an R process running under Rserve. Through such a connection variables can be get and set in R from Python, and also R-functions can be called remotely.

This documentation applies to pyRserve release V 1.0.1

Contents:

  • Overview
    • What pyRserve does
    • Supported platforms
    • License
    • Quick installation
    • Quick usage
    • Source code repository
    • Documentation
    • Support
    • Missing features
  • Installation
    • Installing R from sources
    • Installing Rserve
    • Installing pyRserve
  • pyRserve manual
    • Setting up a connection to Rserve
      • Running both Rserve and pyRserve locally on one host
      • Setting up a remote connection to Rserve
      • Shutting down Rserve remotely
    • String evaluation in R
    • More expression evaluation
    • Expression evaluation without expecting a result
    • Defining functions and calling them through expression evaluation
    • The R namespace - setting and accessing variables in a more Pythonic way
    • Expression evaluation through the R namespace
    • Calling functions in R
    • Getting help with functions
    • Applying an R function as argument to another function
    • Applying a variable already defined in R to a function
    • Handling complex result objects from R functions
      • TaggedLists
      • AttrArrays
      • TaggedArrays
    • Back to the t-test example
    • Out Of Bounds messages (OOB)
      • An example showing how nesting of OOB messages works
  • Changelog
  • This is the MIT license

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2009-2021 Ralph Heinkel Revision 3e249ce2.

Built with Sphinx using a theme provided by Read the Docs.