cleanup | R Documentation |
This deletes all output and record of processing. Original raw data is not affected.
cleanup(src, dropTables = FALSE, vacuum = dropFiles, dropFiles = FALSE)
src |
dplyr src_sqlite to receiver database |
dropTables |
boolean; if TRUE, erase all output tables, rather than just emptying them. This makes sense if their schema has changed, but is usually not required, so the default is FALSE. |
vacuum |
boolean; if TRUE, free unused storage
from the database. This can be slow, as the entire database is
rewritten. Default: |
dropFiles |
boolean; if TRUE, also delete all raw data files
and information about them which are stored in the DB.
WARNING: do not do this unless you have copies of the files
stored elsewhere, e.g. in |
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.