File: dbReadTable_DBIConnection_Id.R

package info (click to toggle)
dbi 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,004 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#' @rdname hidden_aliases
#' @usage NULL
dbReadTable_DBIConnection_Id <- function(conn, name, ...) {
  dbReadTable(conn, dbQuoteIdentifier(conn, name), ...)
}
#' @rdname hidden_aliases
#' @export
setMethod("dbReadTable", signature("DBIConnection", "Id"), dbReadTable_DBIConnection_Id)