First time here? Check out the FAQ!
answered 2011-11-11 17:23:04 +0100
If you've done
%r a <- c(1,2,3)
in one notebook cell. You can just do
r('a')._sage_()
to get back the list [1, 2, 3]. This is a bit easier than using RElement.
[1, 2, 3]