Hi Andrew,
Thanks for reporting your issues with the documentation.
For the first one, I'd think that there is a typo and one should
read:
from rpy2.robjects import NA_Real
For the second one, the code base changed and the documentation did (for
rpy2-2.3, I am slowing moving toward have the do
Hello all,
I believe there are two documentation errors with regards to this link:
http://rpy.sourceforge.net/rpy2/doc-2.2/html/introduction.html#r-vectors .
The first error is with the import statements. They should be rearranged
to the following:
from rpy2.robjects.packages import importr
fro