dbGetResult.PgSQL.result {RdbiPgSQL} | R Documentation |
dbGetResult
returns results stored in a result object.
## S3 method for class 'PgSQL.result': dbGetResult(result, as.matrix)
result |
A result object |
as.matrix |
A boolean inicating whether the results will be returned as a matrix |
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.
A data frame.
Timothy H. Keitt