While R has it's own interpreter and interactive shell we can also
develop applications in Python with direct access to R. The examples
provided here use the RPy interface (Section 74.2.2) so that we
can use R inside of Python programs. This is simply a convenience of
staying within the one environment.