dbGetQuery.PgSQL.conn {RdbiPgSQL} | R Documentation |
dbGetQuery
sends a query to the backend and fetches the result
as a data frame.
## S3 method for class 'PgSQL.conn': dbGetQuery(conn, ...)
conn |
A connection object |
... |
A query string |
All arguments after the connection object will be pasted together and passed to the backend as a query string.
A data frame with the result of the query.
Timothy H. Keitt