Description Usage Arguments Value Examples
Get a data frame with results of a sent query.
1 2 |
res |
a |
n |
Not used. All rows are fetched. |
A data frame.
1 2 3 4 5 6 7 8 9 | ## Not run:
conn <- dbConnect(Data.World(), 'johndoe/petstore')
old_cats_res <- dbSendQuery(conn,
'SELECT name, age, color
FROM pets
WHERE species=='cat' AND age > 10')
old_cats <- dbFetch(old_cats_res)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.