View source: R/databricks-dbi.R
db_create_table_as_select_values | R Documentation |
Create table using atomic CTAS with VALUES
db_create_table_as_select_values(
conn,
quoted_name,
value,
field.types,
temporary = FALSE,
overwrite = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.