View source: R/duckdb_config.R
duckdb_reset | R Documentation |
duckdb reset configuration to default
duckdb_reset(x, conn = cached_connection())
x |
parameter name |
conn |
A connection to a database. |
duckdb_config, duckdb_get_config
duckdb_config(threads = 10)
duckdb_get_config("threads")
duckdb_reset("threads")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.