[IPython-dev] rmagic R help

Thomas Kluyver takowl at gmail.com
Sat Aug 25 08:40:28 EDT 2012


On 25 August 2012 13:27, Satrajit Ghosh <satra at mit.edu> wrote:
> %R help(plot)
>
> simply returns
>
> array([
> '/Library/Frameworks/R.framework/Versions/2.15/Resources/library/graphics/help/plot'],
>       dtype='|S82')

Ah, I see. Have a look at this bit of the rpy2 docs - it should be
easy to put something together based on that:

http://rpy.sourceforge.net/rpy2/doc-2.2/html/introduction.html#getting-help

Thomas



More information about the IPython-dev mailing list