duckdb-r icon indicating copy to clipboard operation
duckdb-r copied to clipboard

Implement `db_copy_to.duckdb_connection(temporary = TRUE)`

Open krlmlr opened this issue 6 months ago • 0 comments

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.

krlmlr avatar Aug 12 '24 18:08 krlmlr