nbc

Results 1 comments of nbc

Parameters must be passed to duckdb OR to dbConnect, not the two : ``` > library(duckdb) > > con dbGetQuery(con, "select current_setting('memory_limit')") current_setting('memory_limit') 1 26.6GB > > con dbGetQuery(con, "select...