dbColnames {pgUtils} | R Documentation |
This function returns the column names of the database table which name was submitted.
dbColnames(con, table.name)
con |
The database connection object. |
table.name |
The database table name for which the column names should be retrieved. |
The column names of the table.
Johannes Rainer