db.fetch | R Documentation |
This is an internal function and not meant to be called outside the db package
db.fetch(cur, row_factory)
cur |
The cursor returned by |
row_factory |
The name of a function to apply to each row of the result set before it is returned. |
The cursor is invalidated afterwards. Do not attempt to use it again.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.