selectFromTable: Select from Table

View source: R/to_R_interface.R

selectFromTableR Documentation

Select from Table

Description

Select from Table

Usage

selectFromTable(db, tableName, arguments, run = TRUE, ...)

Arguments

db

database name or file

tableName

name of table from which to read data

arguments

list with elements select, where, orderBy and further elements starting with select_, where_ and orderBy_, respectively

run

if TRUE (default) the SQL SELECT statement is run otherwise returned as character string

...

further arguments passed to hsSqlQuery


KWB-R/kwb.db documentation built on Oct. 1, 2023, 4:10 a.m.