[R-sig-Finance] Moving zoo objects to a db and back again
Ajay Narottam Shah
ajayshah at mayin.org
Sat Jun 17 06:55:30 CEST 2006
On Sat, Jun 17, 2006 at 11:49:49AM +1000, Michael Cohen wrote:
> I need to store some larger zoo objects on a local database.
One possibility could be like this. Use save() to make a binary file
out of R. Feed that into the database as a blob. :-) On the reverse
trip, extract the blob from the database and do load(). This is
inefficient in some ways and efficient in others.
-ans
--
Ajay Shah http://www.mayin.org/ajayshah
ajayshah at mayin.org http://ajayshahblog.blogspot.com
<*(:-? - wizard who doesn't know the answer.
More information about the R-SIG-Finance
mailing list