View source: R/sql-query-execution.R
db_sql_process_inline | R Documentation |
Internal helper that processes inline JSON_ARRAY results from a completed query. Used for metadata queries and small result sets.
db_sql_process_inline(result_data, manifest, row_limit = NULL)
result_data |
Result data from inline query response |
manifest |
Query result manifest containing schema information |
row_limit |
Integer, limit number of rows returned |
tibble with query results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.