[Rd] external equiv to R_serialize()?
Joe Conway
mail at joeconway.com
Tue Mar 31 05:44:38 CEST 2009
I'm trying to efficiently allow conversion of R objects to PostgreSQL
bytea (raw binary) datatype within PL/R for persistent storage in
Postgres tables. I have found R_serialize() which looks like what I
need, -- e.g. R_serialize(object, NULL, FALSE, NULL) -- except that it
is marked attribute_hidden. Is there some other externally available
interface that I can use?
Thanks,
Joe
More information about the R-devel
mailing list