View source: R/connection-pane.R
odbcListColumns | R Documentation |
Lists the names and types of each column (field) of a specified object.
odbcListColumns(connection, ...)
connection |
A connection object, as returned by |
... |
Parameters specifying the object. |
The object to inspect must be specified as one of the arguments
(e.g. table = "employees"
); depending on the driver and underlying
data store, additional specification arguments may be required.
A data frame with name
and type
columns, listing the
object's fields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.