RQDAQuery: Execute a SQL statement on the open *.rqda file.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/utils.R

Description

Submits and executes an arbitrary SQL statement on the open *.rqda file.

Usage

1
RQDAQuery(sql)

Arguments

sql

a character vector of length 1 with the SQL statement.

Details

It is a wrapped version of dbSendQuery, to make it more convenient to submit and execute a SQL statement.

Value

The same of dbSendQuery, possible NULL (for the side effects of sql on the *.rqda file) or a data.frame with the output (if any) of the query.

Author(s)

HUANG Ronggui

See Also

See Also as dbSendQuery

Examples

1
2
3
4
## Not run: 
RQDAQuery("select name from source where status=1")

## End(Not run)

Ronggui/RQDA documentation built on Nov. 22, 2021, 12:21 a.m.