View source: R/db_table_info.R
db_table_info | R Documentation |
PRAGMA table_info
).Function to get SQLite table information (PRAGMA table_info
).
db_table_info(con, table = NA)
con |
Database connection. |
table |
Table name. |
Data frame.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.