Skip to content
Prev 157169 / 398502 Next

Saving R-objects to a database

Presumably this about RMySQL, and by 'database' you mean a MySQL database, 
not e.g. a .rdb file?

R-sig-db would be a better list, but I think this is one of many aspects 
of the DBI package that that not been updated to match improvements in R.
On Thu, 25 Sep 2008, Christian Ruckert wrote:

            
This will not work, because rawToChar can give embedded nuls.
DBI needs to convert blobs to raw not character.