Description Usage Arguments Details Value See Also Examples
Convenience function for SELECT queries.
One of the 6 table names can be given with optional WHERE statements.
In case transactions, capital or personalAccounts is selected, a
INNER JOIN with accounts will be done (2 joins for transactions).
1 2 |
table |
|
db |
|
eq |
|
ge |
|
le |
|
all_and |
|
enforce_foreign_keys |
|
check_query |
|
A WHERE condition can be added with arguments eq (equal),
ge (greater-equal), le (lesser-equal).
Conditions are given as list for the desired relation. The name of a list
element defines a column and its value the value.
Multiple ge and se conditions are combined by AND and
eq conditions by OR.
With all_and set to TRUE everything is combined with
AND.
You can set check_query to TRUE to see the query.
data.frame of table
Other SQLite handler functions: InsertBLOB,
Insert, Intersect,
SelectBLOB, UpdateBLOB,
Update
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.