
sciprogblog.com
Scientific ProgrammingTuesday, August 28, 2012. Using R from within Python. Scientists new to programming start by learning the Python programming language. It's a great, beginner-friendly, powerful general purpose language that's capable of everything from numeric computation to creating graphical and web applications. Here's an example of calling R code from within Python:. Evaluating R expressions will return the result, converted to the appropriate Python data type:. Very simple. You can load R modules using. You don't ha...
http://www.sciprogblog.com/