describe_table | R Documentation |
Show the list of columns, including partition columns: 'DESCRIBE table;'.
describe_table(table, database)
table |
Table name |
database |
AWS Glue/Athena database name |
DataFrame filled by formatted infos.
`df_table = dbtools::describe_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.