Fetch result of query from iQuizoo database
Usage
fetch_iquizoo(query, ..., params = NULL, group = getOption("tarflow.group"))Arguments
- query
A character string containing SQL.
- ...
Further arguments passed to
DBI::dbConnect().- params
The parameters to be bound to the query. Default to
NULL, seeDBI::dbGetQuery()for more details.- group
Section identifier in the
default.file. SeeRMariaDB::MariaDB()for more information.
Value
A data.frame contains the fetched data.
See also
fetch_iquizoo_mem() for a memoised version of this function.