R Coding Tutorial: Using R in Python
R's rich libraries for statistics and graph creation can be called from within
a Python program using RPy (R from Python),
written by Walter Moreira and Gregory Warnes.
py2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.
Source and installation
Released source packages are available on PyPi. Installing should be as easy as:
pip install rpy2
Good tutorial for calling Python from R and vice versa.
Good Blog for calling Python from R and vice versa.
Related links:
Continue to Unix Shell R Code Practice Workshop --I  
SAS Interview
Back to Use SQL statement in R via package sqldf library
  Analytics Home