Displaying 1 result from an estimated 1 matches for "perlfunctionhackery".
2000 Nov 02
2
RSPerl...
...RSPerl being used? Without having seen the
details, I can think of playing with strings; is there a preferred
incantation for stringification of R objects (serialization)?
(actually, the main problem I'm having is that I know how I want to code
something like:
Robject <- .Perl("perlfunctionhackery", "stringifedRObjectToHack")
which 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("per...