How to connect to / get data from an already existing duckdb in-memory database dplyr::tbl()
object?
#445
Replies: 3 comments 1 reply
-
@marianschmidt I have the same issue! @rich-iannone Hi! First of all, sorry for not looking at the pkg in a few months I needed to use it with duckdb and I have the same problem, here's a MWE that doesn't happen with PostgreSQL (you have access to the intendo DB)
Packages in use
|
Beta Was this translation helpful? Give feedback.
-
@pachadotdev Thanks for your reply. That seems to me like a real bug or documentation problem then and I would file an issue. |
Beta Was this translation helpful? Give feedback.
-
Ah, I already see that you opened #446 and proposed #447 for this. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
I am currently trying to figure out how to connect to / get data from an already existing duckdb in-memory database that is an
dplyr::tbl()
object. Is this somehow possible?Below is a small reprex, but the actual use case are larger-than-memory csv-files.
Created on 2022-11-14 with reprex v2.0.2
Session info
Beta Was this translation helpful? Give feedback.
All reactions