Should register the data frame instead of copying it? ~~Perhaps at the level of `dbWriteTable(temporary = TRUE)` ?~~ I now think `dbWriteTable()` should write as asked, but `db_copy_to()` could do the registration.
Should register the data frame instead of copying it?
Perhaps at the level ofdbWriteTable(temporary = TRUE)?I now think
dbWriteTable()should write as asked, butdb_copy_to()could do the registration.