When reading CSV into DuckDB from R, is it possible to specify the types?
On this page it lists DuckDB’s type signatures which says that the types can be specified via the types
or dtypes
parameter; neither of which were specified.
When reading CSV into DuckDB from R, is it possible to specify the types?
On this page it lists DuckDB’s type signatures which says that the types can be specified via the types
or dtypes
parameter; neither of which were specified.
When reading CSV into DuckDB from R, is it possible to specify the types?
On this page it lists DuckDB’s type signatures which says that the types can be specified via the types
or dtypes
parameter; neither of which were specified.
reusing duckdb connection in windows with `DBI::dbSendQuery()`
Calling the following function twice will throw an error in Windows, but not Ubuntu. I tried on two machines each. It is related to DBI::dbSendQuery()
-if that’s commented out, the function can execute repeatedly without error. All four machines have duckdb v1.0.0 and DBI v1.2.3. This happens (with similar error messages) if the arguments are inside or outside the call to duckdb::duckdb()
.