fetch_columns | R Documentation |
Retrieve the columns/types in a table.
fetch_columns(con, schema, table)
con |
A database connection. |
schema |
A string, the schema to query. |
table |
A string, the table to query. |
A data.table.
fetch_columns(con = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.