You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Super excited to see #266, so I tried it out with v0.4.1.9003 -- encountered the following error:
library(tidyverse)
con = DBI::dbConnect(duckdb::duckdb(), "foo.db") #db on disk
DBI::dbWriteTable(con, name = "iris", value = iris)
dplyr::tbl(con, "iris") %>% duckplyr::as_duckplyr_tibble()
Error in duckdb$rel_from_sql(con, sql) : attempt to apply non-function
The text was updated successfully, but these errors were encountered:
I'm really hoping we could use 'duckplyr' to connect to DuckDB files, so that it's possible to bypass the somewhat slow 'dbplyr' translation process. If I understand the ticket correctly, that's what you're trying to do here.
Super excited to see #266, so I tried it out with v0.4.1.9003 -- encountered the following error:
Error in duckdb$rel_from_sql(con, sql) : attempt to apply non-function
The text was updated successfully, but these errors were encountered: