View source: R/duckplyr_execute.R
duckplyr_execute | R Documentation |
The duckplyr package relies on a DBI connection
to an in-memory database.
The duckplyr_execute()
function allows running SQL statements
with this connection to, e.g., set up credentials
or attach other databases.
duckplyr_execute(sql)
sql |
The statement to run. |
The return value of the DBI::dbExecute()
call, invisibly.
duckplyr_execute("SET threads TO 2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.