Displaying 1 result from an estimated 1 matches for "rtostr".
Did you mean:
utostr
2000 Nov 02
2
RSPerl...
...might be something like:
Robject <- eval(.Perl("perlfunctionhackery","stringifedRObjectToHack"))
but sort of what I'm having problems with thinking about is along the
lines of
Robject <- eval(.Perl("perlfunctionhackery",
RToString(InitialRObject)))
and my brain isn't kicking into gear). While I know how to transfer
data as arrays, and the docs suggest I can transfer tables, and that's
fine, I'm wondering how to transfer and contort objects, and if the
above might be a reasonable general sketch, or if there...