dbGetResult.PgSQL.result {RdbiPgSQL}R Documentation

Fetch results from a query

Description

dbGetResult returns results stored in a result object.

Usage

## S3 method for class 'PgSQL.result':
dbGetResult(result, as.matrix)

Arguments

result A result object
as.matrix A boolean inicating whether the results will be returned as a matrix

Details

Results are returned as a data frame. Some SQL types will be converted to R numeric or logical types. Others will be returned as strings. A generic conversion mechanism is in the works.

Value

A data frame.

Author(s)

Timothy H. Keitt

References

http://rdbi.sourceforge.net/

See Also

dbSendQuery


[Package RdbiPgSQL version 1.12.0 Index]