dbWriteTable(temporary = TRUE, overwrite = TRUE)
deletes non-temporary table!
#402
Labels
dbWriteTable(temporary = TRUE, overwrite = TRUE)
deletes non-temporary table!
#402
It is possible to create a temporary table with the same name as an existing non-temporary table. Unfortunately, with
dbWriteTable()
this is not possible and the existing table is simply deleted.The text was updated successfully, but these errors were encountered: