dbGetResult {Rdbi} | R Documentation |
dbGetResult
is a generic function that, when called on a result
object, returns any tuples associated with the object.
dbGetResult(result)
result |
A query result object. |
Fetches the results of a query and returns a dataframe. Non-character types should probably be converted to the appropriate numeric or logical type. A generic type conversion interface is still needed.
A dataframe with the results.
Timothy H. Keitt