Table-class {DBI} | R Documentation |
Refer to a table nested in a hierarchy (e.g. within a schema)
Table(...) ## S4 method for signature 'DBIConnection,Table' dbQuoteIdentifier(conn, x, ...) ## S4 method for signature 'Table' show(object)
... |
Components of the hierarchy, e.g. |
conn, x |
Connection and Table used when escaping. |
object |
Table object to print |