Select from Table
selectFromTable(db, tableName, arguments, run = TRUE, ...)
db | database name or file |
---|---|
tableName | name of table from which to read data |
arguments | list with elements |
run | if TRUE (default) the SQL SELECT statement is run otherwise returned as character string |
... | further arguments passed to |