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)