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
con<-DBI::dbConnect(duckdb::duckdb(environment_scan=TRUE))
duckplyr::ducksql("FROM mtcars", con=con)
#> Error in `duckplyr::ducksql()`:#> ! use of NULL environment is defunctDBI::dbDisconnect(con)
Created on 2024-12-16 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: