View source: R/all_db_wrapper_fns.R
dbTableInfo | R Documentation |
Get information about columns in a PostgreSQL table.
dbTableInfo(conn, name, allinfo = FALSE)
conn |
A connection object to a PostgreSQL database. |
name |
A character string specifying a PostgreSQL schema (if
necessary), and table or view name (e.g., |
allinfo |
Logical, Get all information on table? Default is column names, types, nullable, and maximum length of character columns. |
data frame
David Bucklin david.bucklin@gmail.com
## Not run:
dbTableInfo(conn, c("schema", "table"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.