Introduction to rpy2¶ This introduction aims at making a gentle start to rpy2, either when coming from R to Python/rpy2, from Python to rpy2/R, or from elsewhere to Python/rpy2/R. Getting started¶ It is assumed here that the rpy2 package was properly installed. In python, making a package or module available is achieved by importing it.