Learn R Programming

RQDA (version 0.3-0)

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

Description

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

Usage

RQDAQuery(sql)

Arguments

sql

a character vector of length 1 with the 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.

Details

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

See Also

See Also as dbSendQuery

Examples

Run this code
# NOT RUN {
RQDAQuery("select name from source where status=1")
# }

Run the code above in your browser using DataLab