Kevin-Jin / mmap

Forked from https://r-forge.r-project.org/scm/?group_id=648
1 stars 1 forks source link

Support some form of rebuilding #11

Open Kevin-Jin opened 7 years ago

Kevin-Jin commented 7 years ago

Currently assigned strings are truncated if they are longer then the schema allows. Preferably there should be some way to create a new file and copy over the old data so that users can make modifications to the mmap object's mode, even if the performance is poor.

Kevin-Jin commented 7 years ago

Add support for cbind().