dbListTables {Rdbi} | R Documentation |
A generic function that, when called on a valid connection object, returns a list of tables stored in the database backend.
dbListTables(conn, ...)
conn |
A database connection object. |
... |
Additional arguments. |
A list of character strings with table names.
Timothy H. Keitt
dbConnect
, ls
, methods,
class
, match.call