dbReadTable {Rdbi} | R Documentation |
dbReadTable
is a generic function that, when called on a valid
connection object, reads a table from the database backend and returns
a data frame with the contents.
dbReadTable(conn, ...)
conn |
A database connection object. |
... |
Additional arguments. |
SQL types should be cast to R types to the extent possible. A generic mechanism for type conversion is lacking.
A data frame.
Timothy H. Keitt