dbGetQuery.PgSQL.conn {RdbiPgSQL}R Documentation

Submit a query and fetch result

Description

dbGetQuery sends a query to the backend and fetches the result as a data frame.

Usage

## S3 method for class 'PgSQL.conn':
dbGetQuery(conn, ...)

Arguments

conn A connection object
... A query string

Details

All arguments after the connection object will be pasted together and passed to the backend as a query string.

Value

A data frame with the result of the query.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net/

See Also

dbSendQuery


[Package RdbiPgSQL version 1.16.0 Index]