ropensci / arkdb

Archive and unarchive databases as flat text files
https://docs.ropensci.org/arkdb
Other
78 stars 6 forks source link

Assert overwrite #14

Closed cboettig closed 6 years ago

cboettig commented 6 years ago

Overwrite an existing table / file of same name (with confirmation, if interactive session, with warning otherwise). Otherwise, avoid writing.

Previous behavior would append to the existing table, which was almost never the right thing to do.