Skip to contents

Fetch result of query from iQuizoo database

Usage

fetch_iquizoo(query, ..., params = NULL, source = setup_source())

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.

source

The data source from which data is fetched. See setup_source() for details.

Value

A data.frame contains the fetched data.

See also

fetch_iquizoo_mem() for a memoised version of this function.