qLoad: Load the result of a query from a database

View source: R/SQLFlexClient.R

qLoadR Documentation

Load the result of a query from a database

Description

Call the readQuery method of a SQLFlexClient object and retrieve the results.

Usage

qLoad(x, sqltext, params = NULL)

Arguments

x

a SQLFlexClient object

sqltext

a character, the query text

...

Additional parameters to dbGetQuery.

Value

A data.frame


sib-swiss/resourcex documentation built on Feb. 5, 2024, 10:53 a.m.