Skip to content
Prev 478 / 1559 Next

Saving R-objects to a database

On Wed, Oct 1, 2008 at 5:53 AM, Christian Ruckert
<cruckert at uni-muenster.de> wrote:
Look at the serialize function.  You can serialize any R object which
can be stored into the database of your choice.  Give that a try and
let us know with a code example if you have problems.

Sean