View source: R/sql-query-execution.R
| db_sql_fetch_results_parallel | R Documentation |
Fetch SQL Query Results (Parallel Path)
db_sql_fetch_results_parallel(
statement_id,
manifest,
last_chunk_index,
return_arrow = FALSE,
max_active_connections = 30,
fetch_timeout = 300,
row_limit = NULL,
host = db_host(),
token = db_token(),
show_progress = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.