I have a many Gb fixed width dataset which I would like to write to a local database using RSQLite, since I can not load it into RAM memory. Does anyone know how to do this?
The preferred packages are:
- DBI
- RSQLite
- odbc
Does dbWriteTable write large datasets in chuncks? And can dbWriteTable handle fixed width datasets?