View source: R/sql-query-execution.R
db_sql_create_empty_result | R Documentation |
Helper function that creates an empty data frame with proper column types based on the query result manifest schema. Used when query returns zero rows.
db_sql_create_empty_result(manifest)
manifest |
Query result manifest containing schema information |
tibble with zero rows but correct column types
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.