View source: R/connection-pane.R
odbcListObjects | R Documentation |
Lists all of the objects in the connection, or all the objects which have specific attributes.
odbcListObjects(connection, ...)
connection |
A connection object, as returned by |
... |
Attributes to filter by. |
When used without parameters, this function returns all of the objects known
by the connection. Any parameters passed will filter the list to only objects
which have the given attributes; for instance, passing schema = "foo"
will return only objects matching the schema foo
.
A data frame with name
and type
columns, listing the
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.