fetch_iquizoo | R Documentation |
Fetch result of query from iQuizoo database
fetch_iquizoo(query, ..., params = NULL, group = getOption("tarflow.group"))
query |
A character string containing SQL. |
... |
Further arguments passed to |
params |
The parameters to be bound to the query. Default to |
group |
Section identifier in the |
A data.frame contains the fetched data.
fetch_iquizoo_mem()
for a memoised version of this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.