show_create_table | R Documentation |
Generate the query that created a table: 'SHOW CREATE TABLE table;'.
show_create_table(table, database)
table |
Table name |
database |
AWS Glue/Athena database name |
The query that created the table
`df_table = dbtools::show_create_table(table='my_table', database='my_db')`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.