Learn R Programming

rangeMapper (version 0.2-0)

RMQuery: Query a rangeMapper project

Description

For the moment a simple wrapper to sqliteQuickSQL.

Usage

RMQuery(con, statement)

Arguments

con
An sqlite connection
statement
An SQL string

Value

  • Returns either a data.frame if the statement is a select-like or NULL otherwise.

See Also

sqliteQuickSQL.