fetch_iquizoo: Fetch result of query from iQuizoo database

View source: R/database.R

fetch_iquizooR Documentation

Fetch result of query from iQuizoo database

Description

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, see DBI::dbGetQuery() for more details.

group

Section identifier in the default.file. See RMariaDB::MariaDB() for more information.

Value

A data.frame contains the fetched data.

See Also

fetch_iquizoo_mem() for a memoised version of this function.


psychelzh/tarflow.iquizoo documentation built on July 16, 2025, 6:03 p.m.